'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.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event is canceled. |
Property | Gets or sets the property info associated to the PropertyBox. |
PropertyBox | Gets the property box that changed. (Inherited from C1.Silverlight.Extended.PropertyBoxChangedEventArgs) |
See Also