Menu for WPF | ComponentOne
C1.WPF.Menu Namespace / C1MenuItem Class / ItemCleared Event

In This Topic
    ItemCleared Event (C1MenuItem)
    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.Core.ItemPreparedEventArgs containing data related to this event. The following ItemPreparedEventArgs properties provide information specific to this event.

    PropertyDescription
    The element used to display the specified item.  
    The item to display.  
    See Also