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

In This Topic
    PropertyBoxAdded Event (C1PropertyGrid)
    In This Topic
    Fired when a property box is added to the C1PropertyGrid.
    Syntax
    'Declaration
     
    
    Public Event PropertyBoxAdded As PropertyBoxChangedEventHandler
    public event PropertyBoxChangedEventHandler PropertyBoxAdded
    Event Data

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

    PropertyDescription
    Gets the property box that changed.  
    See Also