GenericBaseEventData.BaseInitialize(IMixedRealityEventSource) 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.
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.