RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1SimplifiedRichTextBoxToolbar Class / OnPropertyChanged Method
The event data that describes the property that changed, as well as old and new values.

In This Topic
    OnPropertyChanged Method (C1SimplifiedRichTextBoxToolbar)
    In This Topic
    Invoked whenever the effective value of any dependency property has been updated.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal e As DependencyPropertyChangedEventArgs _
    ) 
    protected virtual void OnPropertyChanged( 
       DependencyPropertyChangedEventArgs e
    )

    Parameters

    e
    The event data that describes the property that changed, as well as old and new values.
    See Also