Show / Hide Table of Contents

Class ExtendedRoutedEventArgs

Contains state information and event data associated with a routed event.

Inheritance
System.Object
System.EventArgs
ExtendedRoutedEventArgs
DragEventArgs
GiveFeedbackEventArgs
QueryContinueDragEventArgs
IndicatingInsertionLocationEventArgs<TItemsControlType>
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 Source

Handled

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source