RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ThicknessMenuItem Class / ItemCleared Event

In This Topic
    ItemCleared Event (C1ThicknessMenuItem)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event ItemCleared As EventHandler(Of ItemPreparedEventArgs)
    public event EventHandler<ItemPreparedEventArgs> ItemCleared
    Event Data

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

    PropertyDescription
     
     
    See Also