FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / UnboundSortDescription Class / OnPropertyChanged Method
Name of the property whose value changed.

In This Topic
    OnPropertyChanged Method (UnboundSortDescription)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal propName As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string propName
    )

    Parameters

    propName
    Name of the property whose value changed.
    See Also