BaseEventReceiver.EventConfiguration Property
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.
The event configuration for this event receiver.
public: property Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::IStateEventConfig ^ EventConfiguration { public:
Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::IStateEventConfig ^ get(); protected:
void set(Microsoft::MixedReality::Toolkit::Experimental::InteractiveElement::IStateEventConfig ^ value); };
public Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.IStateEventConfig EventConfiguration { get; protected set; }
member this.EventConfiguration : Microsoft.MixedReality.Toolkit.Experimental.InteractiveElement.IStateEventConfig with get, set
Public Property EventConfiguration As IStateEventConfig