ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / OnPropertyChanged Method / OnPropertyChanged(String) Method
The name of the property.

In This Topic
    OnPropertyChanged(String) Method
    In This Topic
    Called when a property changed
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    The name of the property.
    See Also