Class RoutedEventArgs
Contains state information and event data associated with a routed event.
Inheritance
System.Object
System.EventArgs
RoutedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public class RoutedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceRoutedEventArgs()
Initializes a new instance of the RoutedEventArgs class.
Declaration
public RoutedEventArgs()
Properties
| Improve this Doc View SourceOriginalSource
Gets a reference to the object that raised the event.
Declaration
public object OriginalSource { get; }
Property Value
Type | Description |
---|---|
System.Object |