InkEdit Events

This section contains Events belonging to the InkEdit Control.

Event Description
Change Occurs when the contents of the control or a property value change.
Click Occurs when the control is clicked.
DblClick Occurs when the control is double-clicked.
Gesture Occurs when an application gesture is recognized.
KeyDown Occurs when the user presses a key while the InkEdit control has focus.
KeyPress Occurs when a key is pressed while the InkEdit control has focus.
KeyUp Occurs when a key is released while the InkEdit control has focus.
MouseDown Occurs when the mouse pointer is over the InkEdit control and a mouse button is pressed.
MouseMove Occurs when the mouse pointer is moved over the InkEdit control.
MouseUp Occurs when the mouse pointer is over the InkEdit control and a mouse button is released.
RecognitionResult Occurs when the InkEdit control gets results manually from a call to the Recognize method or automatically after the recognition timeout has fired.
SelChange Occurs when the selection of ink within the InkEdit control changes.
Stroke Occurs when the user draws a new IInkStrokeDisp object on any IInkTablet object.