EventManager.GetRoutedEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns identifiers for routed events that have been registered to the event system.
public:
static cli::array <System::Windows::RoutedEvent ^> ^ GetRoutedEvents();
public static System.Windows.RoutedEvent[] GetRoutedEvents ();
static member GetRoutedEvents : unit -> System.Windows.RoutedEvent[]
Public Shared Function GetRoutedEvents () As RoutedEvent()
Returns
An array of type RoutedEvent that contains the registered objects.
Remarks
More RoutedEvent objects can be registered later. This method gets a snapshot and the collection of routed events is writeable throughout an application's lifetime. The collection returned might be quite large. Even just counting the events that are part of the WPF APIs, the collection count is in the high hundreds.