Stylus Events
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| GotStylusCapture | Occurs when an element captures the stylus events. |
| LostStylusCapture | Occurs when an element releases the stylus events. |
| PreviewStylusButtonDown | Occurs when the user presses one of the buttons on the stylus. |
| PreviewStylusButtonUp | Occurs when the user releases one of the buttons on the stylus. |
| PreviewStylusDown | Occurs when user touches the tip of the stylus to the tablet. |
| PreviewStylusInAirMove | Occurs when the stylus moves while it is in range of, but not touching, the tablet. |
| PreviewStylusInRange | Occurs when the stylus comes within range of the tablet. |
| PreviewStylusMove | Occurs when the stylus moves while it is touching the tablet. |
| PreviewStylusOutOfRange | Occurs when the stylus goes out of range of the tablet. |
| PreviewStylusSystemGesture | Occurs when the user makes a system gesture with this stylus. |
| PreviewStylusUp | Occurs when the user lifts the stylus from the tablet. |
| StylusButtonDown | Occurs when the user presses one of the buttons on the stylus. |
| StylusButtonUp | Occurs when the user releases one of the buttons on the stylus. |
| StylusDown | Occurs when the user touches the tip of the stylus to the tablet. |
| StylusEnter | Occurs when the stylus cursor enters the bounds of an element. |
| StylusInAirMove | Occurs when the stylus moves while it is in range of, but not touching, the tablet. |
| StylusInRange | Occurs when the stylus comes within range of the tablet. |
| StylusLeave | Occurs when the stylus cursor leaves the bounds of an element. |
| StylusMove | Occurs when the stylus moves while it is touching the tablet. |
| StylusOutOfRange | Occurs when the stylus goes out of range of the tablet. |
| StylusSystemGesture | Occurs when the user makes a system gesture with this stylus. |
| StylusUp | Occurs when the user raises the stylus from the Tablet PC. |