ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1InputEventArgs Class / OriginalEventArgs Property

In This Topic
    OriginalEventArgs Property
    In This Topic
    Gets the arguments of the original event which raised this event.
    Syntax
    'Declaration
     
    Public ReadOnly Property OriginalEventArgs As Windows.UI.Xaml.RoutedEventArgs
    public Windows.UI.Xaml.RoutedEventArgs OriginalEventArgs {get;}
    See Also