ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.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