ComponentOne Xamarin Edition
Unfocused Event (C1LinearGauge)
C1.Xamarin.Forms.Gauge Assembly > C1.Xamarin.Forms.Gauge Namespace > C1LinearGauge Class : Unfocused Event
Syntax
public event EventHandler<FocusEventArgs> Unfocused
Event Data

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

PropertyDescription
 
 
See Also