ComponentOne Gauges for WPF and Silverlight
FaceTemplateChanged Event (C1Gauge)

C1.WPF.Gauge Namespace > C1Gauge Class : FaceTemplateChanged Event
Event raised when the FaceTemplate property has changed.
Syntax
'Declaration
 
Public Event FaceTemplateChanged As System.EventHandler(Of PropertyChangedEventArgs(Of DataTemplate))
public event System.EventHandler<PropertyChangedEventArgs<DataTemplate>> FaceTemplateChanged
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