Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1PropertyGrid Class / CategoryContainerRemoved Event

In This Topic
    CategoryContainerRemoved Event (C1PropertyGrid)
    In This Topic
    Fired when a category container is removed from the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    Public Event CategoryContainerRemoved As CategoryContainerChangedEventHandler
    public event CategoryContainerChangedEventHandler CategoryContainerRemoved
    Event Data

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

    PropertyDescription
    Gets the category container that changed.  
    See Also