ComponentOne Basic Library for WPF and Silverlight
OriginalEventArgs Property (C1InputEventArgs)


C1.WPF Namespace > C1InputEventArgs Class : OriginalEventArgs Property
Gets the arguments of the original event which raised this event.
Syntax
'Declaration
 
Public ReadOnly Property OriginalEventArgs As System.Windows.RoutedEventArgs
'Usage
 
Dim instance As C1InputEventArgs
Dim value As System.Windows.RoutedEventArgs
 
value = instance.OriginalEventArgs
public System.Windows.RoutedEventArgs OriginalEventArgs {get;}
See Also

Reference

C1InputEventArgs Class
C1InputEventArgs Members