Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / CanExecuteRoutedEventArgs Class / EventName Property

In This Topic
    EventName Property (CanExecuteRoutedEventArgs)
    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