InkCollector Object Events
InkCollector Object Events |
The following table describes which threads the InkCollector object events can fire on.
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 |
Stroke | Fires on the ink thread |
SystemGesture | Fires on the ink thread |
TabletAdded | Fires on the ink thread |
TabletRemoved | Fires on the ink thread |