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

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : PropertyBoxRemoved Event
Fired when a property box is removed from the C1PropertyGrid.
Syntax
'Declaration
 
Public Event PropertyBoxRemoved As PropertyBoxChangedEventHandler
public event PropertyBoxChangedEventHandler PropertyBoxRemoved
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