ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / FocusEngaged Event

In This Topic
    FocusEngaged Event (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    Public Event FocusEngaged As Windows.Foundation.TypedEventHandler(Of Control,FocusEngagedEventArgs)
    public event Windows.Foundation.TypedEventHandler<Control,FocusEngagedEventArgs> FocusEngaged
    See Also