RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1ColorPickerMenuItem Class / ItemPrepared Event

In This Topic
    ItemPrepared Event (C1ColorPickerMenuItem)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event ItemPrepared As EventHandler(Of ItemPreparedEventArgs)
    public event EventHandler<ItemPreparedEventArgs> ItemPrepared
    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