Table of Contents

Namespace Stride.UI.Events

Classes

EventManager

Provides event-related utility methods that register routed events for class owners and add class handlers.

RoutedEvent

Represents and identifies a routed event and declares its characteristics.

RoutedEventArgs

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

RoutedEvent<T>

A routed event typed with the RoutedEventArgs it triggers.

Enums

RoutingStrategy

Indicates the routing strategy of a routed event.