WinUI | ComponentOne
C1.WinUI.Menu Assembly / C1.WinUI.Menu Namespace / C1MenuList Class / ItemCleared Event
In This Topic
    ItemCleared Event (C1MenuList)
    In This Topic
    Occurs when a C1HierarchicalPresenter child item is cleared. (ClearContainerForItemOverride was invoked).
    Syntax
    public event EventHandler<ItemPreparedEventArgs> ItemCleared
    Event Data

    The event handler receives an argument of type 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