Expression Editor for WinForms | ComponentOne
C1.Win.ExpressionEditor Namespace / ExpressionEditorCollection Class / OnPropertyChanged Method

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

    Parameters

    propName
    See Also