Show / Hide Table of Contents

Class RoutedEventArgs

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

Inheritance
System.Object
System.EventArgs
RoutedEventArgs
CalendarDateChangedEventArgs
CalendarModeChangedEventArgs
CleanUpVirtualizedItemEventArgs
ContentChangedEventArgs
ContextMenuEventArgs
GlobalCalendarDateChangedEventArgs
PopulatedEventArgs
PopulatingEventArgs
DragCompletedEventArgs
DragDeltaEventArgs
DragStartedEventArgs
ScrollEventArgs
RoutedPropertyChangingEventArgs<T>
SelectionChangedEventArgs
SpinEventArgs
SubImageRoutedEventArgs
TextChangedEventArgs
UpDownParseErrorEventArgs
UpDownParsingEventArgs<T>
ValidationErrorEventArgs
DragEventArgs
ExceptionRoutedEventArgs
KeyEventArgs
MouseEventArgs
TextCompositionEventArgs
RoutedPropertyChangedEventArgs<T>
SizeChangedEventArgs
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 Source

RoutedEventArgs()

Initializes a new instance of the RoutedEventArgs class.

Declaration
public RoutedEventArgs()

Properties

| Improve this Doc View Source

OriginalSource

Gets a reference to the object that raised the event.

Declaration
public object OriginalSource { get; }
Property Value
Type Description
System.Object
  • Improve this Doc
  • View Source