Spread Windows Forms 12.0 Product Documentation
OnPropertyChanged Method (SpreadDataColumn)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Data Namespace > SpreadDataColumn Class : OnPropertyChanged Method
Name of the property
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)
protected virtual void OnPropertyChanged( 
   string propertyName
)

Parameters

propertyName
Name of the property
See Also

Reference

SpreadDataColumn Class
SpreadDataColumn Members