C1.WPF.Extended Namespace / C1PropertyGrid Class / CategoryContainerRemoved Event

CategoryContainerRemoved Event (C1PropertyGrid)
Fired when a category container is removed from the C1PropertyGrid.
Syntax
'Declaration
 
Public Event CategoryContainerRemoved As CategoryContainerChangedEventHandler
 
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