ExifImage Events
The events of the ExifImage interface are listed below.
Click
|
Occur when press and then release a mouse button over the preview window. |
DblClick
|
Occur when press and then release a mouse button twice in quick succession over the preview window. |
MouseDown
|
Occur when the mouse pointer is over the preview window and a mouse button is pressed. |
MouseMove
|
Occurs when the mouse pointer is moved over the preview window. |
MouseUp
|
Occur when the mouse pointer is over the preview window and a mouse button is released. |
ExifImage.Click Event
Occur when press and then release a mouse button over the preview window.
[Visual Basic]
Event Click As Click
ExifImage.DblClick Event
Occur when press and then release a mouse button twice in quick succession over the preview window.
[Visual Basic]
Event DblClick As DblClick
ExifImage.MouseDown Event
Occur when the mouse pointer is over the preview window and a mouse button is pressed.
[Visual Basic]
Event MouseDown As MouseDown
ExifImage.MouseMove Event
Occurs when the mouse pointer is moved over the preview window.
[Visual Basic]
Event MouseMove As MouseMove
ExifImage.MouseUp Event
Occur when the mouse pointer is over the preview window and a mouse button is released.
[Visual Basic]
Event MouseUp As MouseUp
|