Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / ExecutedRoutedEventArgs Class / EventName Property

In This Topic
    EventName Property (ExecutedRoutedEventArgs)
    In This Topic
    Gets the input event name associated with this CanExecuteRoutedEventArgs instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EventName As String
    public string EventName {get;}
    See Also