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