FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / Column Class / OnPropertyChanged Method
Name of the property that changed.

In This Topic
    OnPropertyChanged Method (Column)
    In This Topic
    Raises the PropertyChanged event on the parent columns collection.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPropertyChanged( _
       ByVal name As String _
    ) 
    protected override void OnPropertyChanged( 
       string name
    )

    Parameters

    name
    Name of the property that changed.
    See Also