ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / ExpressionItemCategory Class / OnPropertyChanged Method

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

    Parameters

    name
    See Also