fired whenever the display properties of any of the images in the control’s Images collection change
Syntax
Visual Basic
PublicEvent 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.