Class ExtendedRoutedEventArgs
Contains state information and event data associated with a routed event.
Inheritance
System.Object
System.EventArgs
ExtendedRoutedEventArgs
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: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public abstract class ExtendedRoutedEventArgs : EventArgs
Properties
| Improve this Doc View SourceHandled
Gets or sets a value indicating whether the present state of the event handling for a routed event as it travels the route.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OriginalSource
Gets the original reporting source as determined by pure hit testing, before any possible System.Windows.RoutedEventArgs.Source adjustment by a parent class.
Declaration
public object OriginalSource { get; }
Property Value
Type | Description |
---|---|
System.Object |