Returns identifiers for routed events that have been registered to the event system.
Public Shared Function GetRoutedEvents As RoutedEvent()
public static RoutedEvent[] GetRoutedEvents()
public: static array<RoutedEvent^>^ GetRoutedEvents()
static member GetRoutedEvents : unit -> RoutedEvent[]
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2