Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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 RoutedEventArgs _
    )
    public C1InputEventArgs( 
       RoutedEventArgs originalArgs
    )

    Parameters

    originalArgs
    See Also