Class 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.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 |