ComponentOne Gauge for UWP
FaceTemplateChanged Event

C1.UWP.Gauge Assembly > C1.Xaml.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.Xaml.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
 
 
See Also