ComponentOne Extended Library for WPF and Silverlight
AddingPropertyBox Event (C1PropertyGrid)

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : AddingPropertyBox Event
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.Silverlight.Extended.PropertyBoxChangedEventArgs)
See Also