C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1RadialBrush Class / PropertyChanged Event

PropertyChanged Event (C1RadialBrush)
Occurs when a property value changes.
Syntax
'Declaration
 
Public Event PropertyChanged 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
Gets the name of the property that changed.  
See Also