images.stack.browser.SliderMovingEventData Class
Namespace: images.stack.browser
Event data passed when slider in Slice Viewer is moving
Description
The images.stack.browser.SliderMovingEventData
class is the class
passed to listeners when the slider in a sliceViewer
object moves. The
sliceViewer
object triggers an event using the notify
handle class method. MATLAB® assigns values to the properties of an
images.stack.browser.SliderMovingEventData
class and passes that class to
the listener callback function (the event handler). Programmatic positioning of the slider
does not trigger this event.
The images.stack.browser.SliderMovingEventData
class is a handle
class.
Creation
The notify
function creates an
images.stack.browser.SliderMovingEventData
object when called to trigger
an event.
Properties
Examples
Version History
Introduced in R2019b