ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RoutedEventArgs Class / EventName Property

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