Spread Windows Forms 17
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)
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property
    See Also