Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / Unfocused Event


In This Topic
    Unfocused Event (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event Unfocused As EventHandler(Of FocusEventArgs)
    'Usage
     
    
    Dim instance As C1RadialGauge
    Dim handler As EventHandler(Of FocusEventArgs)
     
    AddHandler instance.Unfocused, handler
    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