BaseDwellPressableButton.DwellHandler 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 dwell handler associated with the target
protected:
property Microsoft::MixedReality::Toolkit::Dwell::DwellHandler ^ DwellHandler { Microsoft::MixedReality::Toolkit::Dwell::DwellHandler ^ get(); void set(Microsoft::MixedReality::Toolkit::Dwell::DwellHandler ^ value); };
protected Microsoft.MixedReality.Toolkit.Dwell.DwellHandler DwellHandler { get; set; }
member this.DwellHandler : Microsoft.MixedReality.Toolkit.Dwell.DwellHandler with get, set
Protected Property DwellHandler As DwellHandler