DicomObjects Reference
DicomObjects Reference / DicomViewer Object / OnFrameChanging Event
The index of the image who’s Frame property is about to change.
The image involved may be found as: DicomViewer.Images.Item(ImageIndex)
The new Frame value
OnFrameChanging Event
Description
fired when the frame on any displayed image changes
Syntax
Visual Basic
Public Event OnFrameChanging( _
   ByVal ImageIndex As Long, _
   ByVal Frame As Long _
)
Parameters
ImageIndex
The index of the image who’s Frame property is about to change.
The image involved may be found as: DicomViewer.Images.Item(ImageIndex)
Frame
The new Frame value
Remarks
This event is only called when an Image’s CineMode is not doCineStatic.
The main use is to display on-viewer or other frame counters, progress-bars etc.
See Also