InkOverlay Object Events |
The following table describes on which threads the InkOverlay object events can fire.
| Event | Threads |
|---|---|
| CursorButtonDown | Fires on the ink thread |
| CursorButtonUp | Fires on the ink thread |
| CursorDown | Fires on the ink thread |
| CursorInRange | Fires on the ink thread |
| CursorOutOfRange | Fires on the ink thread |
| DoubleClick (Automation only) | Fires on the application's user interface (UI) thread |
| DoubleClick (Managed Library only) | Fires on the application's UI thread |
| Gesture | Fires on the ink thread |
| MouseDown | Fires on the application's UI thread |
| MouseMove | Fires on the application's UI thread |
| MouseUp | Fires on the application's UI thread |
| MouseWheel | Fires on the application's UI thread |
| NewInAirPackets | Fires on the ink thread |
| NewPackets | Fires on the ink thread |
| Painted | Fires on the application's UI thread |
| Painting | Fires on the application's UI thread |
| SelectionChanged | Fires on the ink thread, or on the thread which updates the InkOverlay object's Selection property |
| SelectionChanging | Fires on the ink thread |
| SelectionMoved | Fires on the ink thread |
| SelectionMoving | Fires on the ink thread |
| SelectionResized | Fires on the ink thread |
| SelectionResizing | Fires on the ink thread |
| Stroke | Fires on the ink thread |
| StrokesDeleted | Fires on the ink thread |
| StrokesDeleting | Fires on the ink thread |
| SystemGesture | Fires on the ink thread |
| TabletAdded | Fires on the ink thread |
| TabletRemoved | Fires on the ink thread |