FarPoint.Win.Spread Assembly / FarPoint.Win.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 Overridable Sub OnPropertyChanged( _
   ByVal propertyName As String _
) 
 
'Usage
 
Dim instance As DefaultSpreadDataViewMapper
Dim propertyName As String
 
instance.OnPropertyChanged(propertyName)

Parameters

propertyName
Name of the property
See Also