Fired when a category container is removed from the C1PropertyGrid.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public event CategoryContainerChangedEventHandler CategoryContainerRemoved
Visual Basic
Public Event CategoryContainerRemoved As CategoryContainerChangedEventHandler
XAML Attribute Usage
<object CategoryContainerRemoved="CategoryContainerChangedEventHandler" .../>

See Also