InkOverlay Events
.NET Framework 3.5
The InkOverlay type exposes the following members.
| Name | Description | |
|---|---|---|
|
CursorButtonDown | Occurs when the InkOverlay object detects a CursorButton object that is down. |
|
CursorButtonUp | Occurs when the InkOverlay object detects a CursorButton object that is up. |
|
CursorDown | Occurs when the cursor tip contacts the digitizing tablet surface. |
|
CursorInRange | Occurs when a cursor enters the physical detection range (proximity) of the tablet context. |
|
CursorOutOfRange | Occurs when a cursor leaves the physical detection range (proximity) of the tablet context. |
|
DoubleClick | Occurs when a user double-clicks a InkOverlay object. |
|
Gesture | Occurs when an application gesture is recognized. |
|
MouseDown | Occurs when the mouse pointer is over the InkOverlay object and the user presses a mouse button. |
|
MouseMove | Occurs when the user moves the mouse pointer over the InkOverlay object. |
|
MouseUp | Occurs when a user releases a mouse button while the mouse pointer is over the InkOverlay object. |
|
MouseWheel | Occurs when a user moves the mouse wheel while the InkOverlay object has focus. |
|
NewInAirPackets | Occurs when the InkOverlay object detects an in-air packet. |
|
NewPackets | Occurs when the InkOverlay receives packets. |
|
Painted | Occurs when the InkOverlay object has completed redrawing itself. |
|
Painting | Occurs before the InkOverlay object redraws itself. |
|
SelectionChanged | Occurs when the selection of ink within the InkOverlay object has changed, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
|
SelectionChanging | Occurs when the selection of ink within the control is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
|
SelectionMoved | Occurs when the position of the current selection has changed, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
|
SelectionMoving | Occurs when the position of the current selection is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
|
SelectionResized | Occurs when the size of the current selection has changed, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
|
SelectionResizing | Occurs when the size of the current selection is about to change, such as through alterations to the user interface, cut-and-paste procedures, or the Selection property. |
|
Stroke | Occurs when the user finishes drawing a new stroke on any tablet. |
|
StrokesDeleted | Occurs after one or more Stroke objects have been deleted from the InkOverlay.Ink property. |
|
StrokesDeleting | Occurs before strokes are deleted from the Ink property. |
|
SystemGesture | Occurs when a system gesture is recognized. |
|
TabletAdded | Occurs when a Tablet object is added to the system. |
|
TabletRemoved | Occurs when a Tablet object is removed from the system. |