Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Data Namespace / DefaultSpreadDataViewMapper Class / OnPropertyChanged Method
Name of the property


In This Topic
    OnPropertyChanged Method (DefaultSpreadDataViewMapper)
    In This Topic
    Occurs when a property is changed.
    Syntax
    'Declaration
     
    
    Protected Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As DefaultSpreadDataViewMapper
    Dim propertyName As String
     
    instance.OnPropertyChanged(propertyName)
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property
    See Also