| ImageGear Professional v18.2 > API Reference Guide > View Component API Reference > View Component Objects > IGPageViewCtl Control > IGPageViewCtl Events > MouseUp Event |
Fires each time any mouse button is released.
Sub IGPageViewCtl_MouseUp(Button As Integer, Shift As Integer, X
As Long, Y As Long)
| Name | Description |
|---|---|
| Button |
Mouse button pressed. It can be ORed combination of following constants:
|
| Shift | State of Shift keyboard key |
| X | X mouse position in windows (device) coordinates |
| Y | Y mouse position in windows (device) coordinates |