SliderEventData Class
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.
public ref class SliderEventData
public class SliderEventData
type SliderEventData = class
Public Class SliderEventData
- Inheritance
-
SliderEventData
Constructors
SliderEventData(Single, Single, IMixedRealityPointer, PinchSlider) |
Properties
NewValue |
The current value of the slider |
OldValue |
The previous value of the slider |
Pointer |
The currently active pointer manipulating / hovering the slider, or null if no pointer is manipulating the slider. Note: OnSliderUpdated is called with .Pointer == null OnStart, so always check if this field is null before using! |
Slider |
The slider that triggered this event |