ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1LinearGaugePointer Class / AccessKeyInvoked Event

In This Topic
    AccessKeyInvoked Event (C1LinearGaugePointer)
    In This Topic
    Syntax
    'Declaration
     
    Public Event AccessKeyInvoked As Windows.Foundation.TypedEventHandler(Of UIElement,AccessKeyInvokedEventArgs)
    public event Windows.Foundation.TypedEventHandler<UIElement,AccessKeyInvokedEventArgs> AccessKeyInvoked
    See Also