ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / ExpressionItemCategory Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method
    In This Topic
    Rises the PropertyChanged event.
    Syntax
    'Declaration
     
    Protected Sub OnPropertyChanged( _
       ByVal name As System.String _
    ) 
    protected void OnPropertyChanged( 
       System.string name
    )

    Parameters

    name
    See Also