images.ui.graphics.events.SlicePlanesChangedEventData Class
Namespace: images.ui.graphics.events
Superclasses: event.EventData
Event data is passed when slice plane is being interactively moved
Renamed from images.ui.graphics3d.events.SlicePlanesChangedEventData in R2024b
Description
The images.ui.graphics.events.SlicePlanesChangedEventData
class is the
class passed to listeners when the slice planes of a Volume object is
moving. When the object triggers an event using the notify
handle class method, MATLAB® assigns values to the properties of a SlicePlanesChangedEventData
object and passes that object to the listener callback function (the event handler).
The images.ui.graphics.events.SlicePlanesChangedEventData
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
The notify
handle class method creates a
SlicePlanesChangedEventData
object when called to trigger an event.