Gets the arguments of the original event which raised this event.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public RoutedEventArgs OriginalEventArgs { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] private set; } |
Visual Basic |
---|
Public Property OriginalEventArgs As RoutedEventArgs <CompilerGeneratedAttribute> _ Get <CompilerGeneratedAttribute> _ Private Set |