ComponentOne Extended Library for WPF and Silverlight
ColorChanged Event (C1HexColorBox)

C1.WPF.Extended Namespace > C1HexColorBox Class : ColorChanged Event
Event raised when the Color property has changed.
Syntax
Event Data

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

PropertyDescription
 
 
See Also