ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / PropertyGroupDescription Class / OnPropertyChanged(PropertyChangedEventArgs) Method

In This Topic
    OnPropertyChanged(PropertyChangedEventArgs) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    See Also