Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table describes which threads the InkEdit control events can fire on.
| Event | Threads |
|---|---|
| Change | Fires on the application's user interface (UI) thread |
| Click | Fires on the application's UI thread |
| DblClick | Fires on the application's UI thread |
| Gesture | Fires on the application's UI thread |
| KeyDown | Fires on the application's UI thread |
| KeyPress | Fires on the application's UI thread |
| KeyUp | Fires on the application's UI 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 |
| Recognition (Managed Library only). | Fires on the application's UI thread |
| RecognitionResult | Fires on the application's UI thread |
| SelChange | Fires on the application's UI thread |
| Stroke | Fires on the application's UI thread |