RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / IStyleOverride Interface / StylesChanged Event

In This Topic
    StylesChanged Event (IStyleOverride)
    In This Topic
    Fired when the styles of this IStyleOverride change.
    Syntax
    Event Data

    The event handler receives an argument of type StyleOverrideChangeEventArgs containing data related to this event. The following StyleOverrideChangeEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the range where styles changed.  
    See Also