ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1InputEventArgs Class / C1InputEventArgs Constructor / C1InputEventArgs Constructor(RoutedEventArgs)

In This Topic
    C1InputEventArgs Constructor(RoutedEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal originalArgs As Windows.UI.Xaml.RoutedEventArgs _
    )
    public C1InputEventArgs( 
       Windows.UI.Xaml.RoutedEventArgs originalArgs
    )

    Parameters

    originalArgs
    See Also