_IMcViewEvents_Event Interface

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface _IMcViewEvents_Event

The _IMcViewEvents_Event type exposes the following members.

Events
  NameDescription
Public eventAboutToPaint
Fired during the viewer's OnDraw processing.
Public eventActivate
The OnSetFocus event. The viewer is gaining keyboard input focus.
Public eventDblClick
The user has double clicked within the viewer client window.
Public eventDeactivate
The OnKillFocus event. The viewer is losing keyboard input focus.
Public eventKeyDown
The user has pressed a keyboard key, but not released it.
Public eventKeyUp
The user has pressed and released a keyboard key.
Public eventMouseDown
The user has clicked, but not yet released, a mouse button within the viewer client window.
Public eventMouseMove
The user is moving the mouse over the viewer client window
Public eventMouseUp
The user has released a mouse button within the viewer client window.
Public eventMove
The viewer client window is being moved.
Public eventPostPaint
Fired during the viewer's OnDraw processing.
Public eventPropertyChanged
A Viewer property has changed.
Public eventResize
The viewer client window is being resized.
Top
See Also