C1.Silverlight.Extended.PropertyGrid Namespace / ColorPaletteEditor Class / ValueChanged Event

ValueChanged Event (ColorPaletteEditor)
Fired when the value of the current property has changed.
Syntax
'Declaration
 
Public Event ValueChanged As PropertyChangedEventHandler
 
Event Data

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

PropertyDescription
 
See Also