Skip to main content

RoutedEventArgs Class

Provides state information and data specific to a routed event.

Definition

Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public class RoutedEventArgs : EventArgs
View Source
InheritanceObjectEventArgs → RoutedEventArgs
DerivedAvalonia.Controls.CalendarDateChangedEventArgs
Avalonia.Controls.CalendarModeChangedEventArgs
Avalonia.Controls.ContextRequestedEventArgs
Avalonia.Controls.NumericUpDownValueChangedEventArgs
Avalonia.Controls.Primitives.RangeBaseValueChangedEventArgs
Avalonia.Controls.Primitives.TemplateAppliedEventArgs
Avalonia.Controls.RefreshRequestedEventArgs
Avalonia.Controls.RequestBringIntoViewEventArgs
Avalonia.Controls.ScrollChangedEventArgs
Avalonia.Controls.SelectionChangedEventArgs
Avalonia.Controls.SizeChangedEventArgs
Avalonia.Controls.SpinEventArgs
Avalonia.Controls.TextChangedEventArgs
Avalonia.Controls.TextChangingEventArgs
Avalonia.Controls.TransitionCompletedEventArgs
Avalonia.Input.DragEventArgs
Avalonia.Input.GotFocusEventArgs
Avalonia.Input.HoldingRoutedEventArgs
Avalonia.Input.KeyEventArgs
Avalonia.Input.PinchEndedEventArgs
Avalonia.Input.PinchEventArgs
Avalonia.Input.PointerCaptureLostEventArgs
Avalonia.Input.PointerEventArgs
Avalonia.Input.PullGestureEndedEventArgs
Avalonia.Input.PullGestureEventArgs
Avalonia.Input.ScrollGestureEndedEventArgs
Avalonia.Input.ScrollGestureEventArgs
Avalonia.Input.ScrollGestureInertiaStartingEventArgs
Avalonia.Input.TappedEventArgs
Avalonia.Input.TextInput.TextInputMethodClientRequeryRequestedEventArgs
Avalonia.Input.TextInput.TextInputMethodClientRequestedEventArgs
Avalonia.Input.TextInputEventArgs
Avalonia.Input.VectorEventArgs
Avalonia.Interactivity.CancelRoutedEventArgs

Constructors

RoutedEventArgs()Initializes a new instance of the RoutedEventArgs class.
RoutedEventArgs(RoutedEvent)Initializes a new instance of the RoutedEventArgs class.
RoutedEventArgs(RoutedEvent, Object)Initializes a new instance of the RoutedEventArgs class.

Properties

HandledGets or sets a value indicating whether the routed event has already been handled.
RouteGets or sets the routing strategy (direct, bubbling, or tunneling) of the routed event.
RoutedEventGets or sets the routed event associated with these event args.
SourceGets or sets the source object that raised the routed event.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

Avalonia.Interactivity Namespace