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

In This Topic
    CategoryContainerAdded Event (C1PropertyGrid)
    In This Topic
    Fired when a category container is added to the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    Public Event CategoryContainerAdded As CategoryContainerChangedEventHandler
    public event CategoryContainerChangedEventHandler CategoryContainerAdded
    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