DicomObjects Reference
DicomObjects Reference / DicomViewer Object / OnDisplayChanged Event
OnDisplayChanged Event
Description
fired whenever the display properties of any of the images in the control’s Images collection change
Syntax
Visual Basic
Public Event OnDisplayChanged()
Remarks
This event is useful for updating appropriate display elements relating to the images displayed, such as Width and Level sliders etc.
Note that OnDataChanged is always followed by OnDisplayChanged, so there is no need to duplicate functionality in the OnDataChanged routine.
See Also