| Event | Description |
|---|
AutoSizeChanged .gif) | [To be supplied.] Inherited from Control . |
BackColorChanged .gif) | Occurs when the value of the BackColor property changes. Inherited from Control . |
BackgroundImageChanged .gif) | Occurs when the value of the BackgroundImage property changes. Inherited from Control . |
BackgroundImageLayoutChanged .gif) | Occurs when the BackgroundImageLayout property changes. Inherited from Control . |
BindingContextChanged .gif) | Occurs when the value of the BindingContext property changes. Inherited from Control . |
CausesValidationChanged .gif) | [To be supplied.] Inherited from PictureBox . |
ChangeUICues .gif) | Occurs when the focus or keyboard user interface (UI) cues change. Inherited from Control . |
Click .gif) | Occurs when the control is clicked. Inherited from Control . |
ContextMenuChanged .gif) | Occurs when the value of the ContextMenu property changes. Inherited from Control . |
ControlAdded .gif) | Occurs when a new control is added to the ControlCollection . Inherited from Control . |
ControlRemoved .gif) | Occurs when a control is removed from the ControlCollection . Inherited from Control . |
| CursorButtonDown | Occurs when the InkPicture detects a cursor button that is down. |
| CursorButtonUp | Occurs when the InkPicture detects a cursor button that is up. |
CursorChanged .gif) | Occurs when the value of the Cursor property changes. Inherited from Control . |
| 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. |
Disposed .gif) | Inherited from Component . |
DockChanged .gif) | Occurs when the value of the Dock property changes. Inherited from Control . |
DoubleClick .gif) | Occurs when the control is double-clicked. Inherited from Control . |
DragDrop .gif) | Occurs when a drag-and-drop operation is completed. Inherited from Control . |
DragEnter .gif) | Occurs when an object is dragged into the control's bounds. Inherited from Control . |
DragLeave .gif) | Occurs when an object is dragged out of the control's bounds. Inherited from Control . |
DragOver .gif) | Occurs when an object is dragged over the control's bounds. Inherited from Control . |
EnabledChanged .gif) | Occurs when the Enabled property value has changed. Inherited from Control . |
Enter .gif) | Inherited from PictureBox . |
FontChanged .gif) | [To be supplied.] Inherited from PictureBox . |
ForeColorChanged .gif) | [To be supplied.] Inherited from PictureBox . |
| Gesture | Occurs when an application-specific gesture is recognized. |
GiveFeedback .gif) | Occurs during a drag operation. Inherited from Control . |
GotFocus .gif) | Occurs when the control receives focus. Inherited from Control . |
HandleCreated .gif) | Occurs when a handle is created for the control. Inherited from Control . |
HandleDestroyed .gif) | Occurs when the control's handle is in the process of being destroyed. Inherited from Control . |
HelpRequested .gif) | Occurs when the user requests help for a control. Inherited from Control . |
ImeModeChanged .gif) | [To be supplied.] Inherited from PictureBox . |
Invalidated .gif) | Occurs when a control's display requires redrawing. Inherited from Control . |
KeyDown .gif) | [To be supplied.] Inherited from PictureBox . |
KeyPress .gif) | [To be supplied.] Inherited from PictureBox . |
KeyUp .gif) | [To be supplied.] Inherited from PictureBox . |
Layout .gif) | Occurs when a control should reposition its child controls. Inherited from Control . |
Leave .gif) | Inherited from PictureBox . |
LoadCompleted .gif) | Inherited from PictureBox . |
LoadProgressChanged .gif) | Inherited from PictureBox . |
LocationChanged .gif) | Occurs when the Location property value has changed. Inherited from Control . |
LostFocus .gif) | Occurs when the control loses focus. Inherited from Control . |
MouseCaptureChanged .gif) | Occurs when the control loses mouse capture. Inherited from Control . |
MouseClick .gif) | Occurs when the control is clicked by the mouse. Inherited from Control . |
MouseDoubleClick .gif) | Occurs when the control is double clicked by the mouse. Inherited from Control . |
MouseDown .gif) | Occurs when the mouse pointer is over the control and a mouse button is pressed. Inherited from Control . |
MouseEnter .gif) | Occurs when the mouse pointer enters the control. Inherited from Control . |
MouseHover .gif) | Occurs when the mouse pointer hovers over the control. Inherited from Control . |
MouseLeave .gif) | Occurs when the mouse pointer leaves the control. Inherited from Control . |
MouseMove .gif) | Occurs when the mouse pointer is moved over the control. Inherited from Control . |
MouseUp .gif) | Occurs when the mouse pointer is over the control and a mouse button is released. Inherited from Control . |
MouseWheel .gif) | Occurs when the mouse wheel moves while the control has focus. Inherited from Control . |
Move .gif) | Occurs when the control is moved. Inherited from Control . |
| NewInAirPackets | Occurs when an in-air packet is seen, which happens when a user moves a pen near the tablet and the cursor is within the InkPicture or the user moves a mouse within the InkPicture. |
| NewPackets | Occurs when the InkPicture receives packets. |
Paint .gif) | Occurs when the control is redrawn. Inherited from Control . |
| Painted | Occurs when the InkPicture object has completed redrawing itself. |
| Painting | Occurs before the InkPicture object redraws itself. |
ParentChanged .gif) | Occurs when the Parent property value changes. Inherited from Control . |
QueryAccessibilityHelp .gif) | Occurs when AccessibleObject is providing help to accessibility applications. Inherited from Control . |
QueryContinueDrag .gif) | Occurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled. Inherited from Control . |
Resize .gif) | Occurs when the control is resized. Inherited from Control . |
ResizeBegin .gif) | Occurs when the user begins to resize a control. Inherited from Control . |
ResizeEnd .gif) | Occurs when the user stops resizing a control. Inherited from Control . |
RightToLeftChanged .gif) | [To be supplied.] Inherited from PictureBox . |
| SelectionChanged | Occurs when the selection of ink within the control 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. |
SizeChanged .gif) | Occurs when the Size property value changes. Inherited from Control . |
SizeModeChanged .gif) | Occurs when SizeMode changes. Inherited from PictureBox . |
| Stroke | Occurs when the user finishes drawing a new stroke on any tablet. |
| StrokesDeleted | Occurs after strokes have been deleted from the Ink property. |
| StrokesDeleting | Occurs before strokes are deleted from the Ink property. |
StyleChanged .gif) | Occurs when the control style changes. Inherited from Control . |
SystemColorsChanged .gif) | Occurs when the system colors change. Inherited from Control . |
| SystemGesture | Occurs when a system gesture is recognized. |
TabIndexChanged .gif) | [To be supplied.] Inherited from PictureBox . |
| TabletAdded | Occurs when a Tablet is added to the system. |
| TabletRemoved | Occurs when a Tablet is removed from the system. |
TabStopChanged .gif) | [To be supplied.] Inherited from PictureBox . |
TextChanged .gif) | [To be supplied.] Inherited from PictureBox . |
Validated .gif) | Occurs when the control is finished validating. Inherited from Control . |
Validating .gif) | Occurs when the control is validating. Inherited from Control . |
VisibleChanged .gif) | Occurs when the Visible property value changes. Inherited from Control . |