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

CategoryContainerAdded Event (C1PropertyGrid)
Fired when a category container is added to the C1PropertyGrid.
Syntax
'Declaration
 
Public Event CategoryContainerAdded 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