GenericBaseEventData.BaseInitialize(IMixedRealityEventSource) Method

Definition

Used to initialize/reset the event and populate the data.

protected:
 void BaseInitialize(Microsoft::MixedReality::Toolkit::IMixedRealityEventSource ^ eventSource);
protected void BaseInitialize (Microsoft.MixedReality.Toolkit.IMixedRealityEventSource eventSource);
member this.BaseInitialize : Microsoft.MixedReality.Toolkit.IMixedRealityEventSource -> unit
Protected Sub BaseInitialize (eventSource As IMixedRealityEventSource)

Parameters

eventSource
IMixedRealityEventSource

The source of the event.

Applies to