Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Data Namespace / SpreadDataColumn Class / OnPropertyChanged Method
Name of the property


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

Parameters

propertyName
Name of the property
See Also