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

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

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

    PropertyDescription
    Gets or sets a value indicating whether the event is canceled.  
    Gets or sets the property info associated to the PropertyBox.  
    Gets the property box that changed. (Inherited from C1.WPF.Extended.PropertyBoxChangedEventArgs)
    See Also