Click or drag to resize

ImageView Events

The ImageView type exposes the following members.

Events
  NameDescription
Public eventOnActiveZoneChanged
This event is fired whenever another zone becomes active in the ImageView.
Public eventOnAfterCustomPaint
This event is fired when the EnableCustomDrawing property is True, and the control is about to finish painting its content.
Public eventOnAfterZoneCustomDrawing
This event is fired when EnableCustomDrawing and ZonesVisible properties are True, and the control is about to finish painting one of the zones.
Public eventOnAfterZonesChanged
This event is fired after the attributes and / or positions of one or more zones have changed.
Public eventOnBeforeCustomPaint
This event is fired when the EnableCustomDrawing property is True, and the control is about to paint its content.
Public eventOnBeforeZoneCustomDrawing
This event is fired when the EnableCustomDrawing and ZonesVisible properties are True, and the control is about to paint one of the zones.
Public eventOnBeforeZonesChanged
This event is fired before the attributes and / or positions of one or more zones are about to change.
Public eventOnEnterModal
Public eventOnGetResources
Public eventOnLeaveModal
Public eventOnMouseButtonDown
This event is fired whenever a mouse button is pressed while the mouse is over the ImageView.
Public eventOnMouseButtonUp
This event is fired whenever a mouse button is released while the mouse is over the ImageView.
Public eventOnMouseMovedTo
This event is fired whenever the mouse pointer position changes over the ImageView.
Public eventOnReorderingFinished
This event is fired when a previously initiated zone reorder function is terminated.
Public eventOnResourceChanged
Public eventOnResourceCreated
Public eventOnResourceSelectionChanged
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Top
See Also