_IMcViewEvents_Event Interface |
![]() |
Namespace: MediaCy.IQL.Display.Viewer
Public Interface _IMcViewEvents_Event
The _IMcViewEvents_Event type exposes the following members.
Name | Description | |
---|---|---|
![]() | AboutToPaint | Fired during the viewer's OnDraw processing. |
![]() | Activate | The OnSetFocus event. The viewer is gaining keyboard input focus. |
![]() | DblClick | The user has double clicked within the viewer client window. |
![]() | Deactivate | The OnKillFocus event. The viewer is losing keyboard input focus. |
![]() | KeyDown | The user has pressed a keyboard key, but not released it. |
![]() | KeyUp | The user has pressed and released a keyboard key. |
![]() | MouseDown | The user has clicked, but not yet released, a mouse button
within the viewer client window. |
![]() | MouseMove | The user is moving the mouse over the viewer client window |
![]() | MouseUp | The user has released a mouse button
within the viewer client window. |
![]() | Move | The viewer client window is being moved. |
![]() | PostPaint | Fired during the viewer's OnDraw processing. |
![]() | PropertyChanged | A Viewer property has changed. |
![]() | Resize | The viewer client window is being resized. |