BaseEventSystem.EventHandlersByType Property

Definition

List of all event handlers grouped by type that are registered to this Event System.

public:
 property System::Collections::Generic::Dictionary<Type ^, System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::BaseEventSystem::EventHandlerEntry> ^> ^ EventHandlersByType { System::Collections::Generic::Dictionary<Type ^, System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::BaseEventSystem::EventHandlerEntry> ^> ^ get(); };
public System.Collections.Generic.Dictionary<Type,System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.BaseEventSystem.EventHandlerEntry>> EventHandlersByType { get; }
member this.EventHandlersByType : System.Collections.Generic.Dictionary<Type, System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.BaseEventSystem.EventHandlerEntry>>
Public ReadOnly Property EventHandlersByType As Dictionary(Of Type, List(Of BaseEventSystem.EventHandlerEntry))

Property Value

Applies to