Interactable.InteractableEvents Property

Definition

List of events added to this interactable

public:
 property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::InteractableEvent ^> ^ InteractableEvents { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::InteractableEvent ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::InteractableEvent ^> ^ value); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.InteractableEvent> InteractableEvents { get; set; }
member this.InteractableEvents : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.InteractableEvent> with get, set
Public Property InteractableEvents As List(Of InteractableEvent)

Property Value

Applies to