C1.WPF.Extended Namespace / C1PropertyGrid Class / PropertyReset Event

PropertyReset Event (C1PropertyGrid)
Fired when a property value gets reset.
Syntax
'Declaration
 
Public Event PropertyReset As PropertyBoxChangedEventHandler
 
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