InkCollector Events

Public Events

  Name Description
Public event CursorButtonDown Occurs when the InkCollector object detects a CursorButton object that is down.
Public event CursorButtonUp Occurs when the InkCollector detects a CursorButton object that is up.
Public event CursorDown Occurs when the cursor tip contacts the digitizing tablet surface.
Public event CursorInRange Occurs when a cursor enters the physical detection range (proximity) of the tablet context.
Public event CursorOutOfRange Occurs when a cursor leaves the physical detection range (proximity) of the tablet context.
Public event DoubleClick Occurs when a user double-clicks the InkCollector object.
Public event Gesture Occurs when an application gesture is recognized.
Public event MouseDown Occurs when the mouse pointer is over the InkCollector and the user presses a mouse button.
Public event MouseMove Occurs when the a user moves the mouse pointer over the InkCollector object.
Public event MouseUp Occurs when a user releases a mouse button while the mouse pointer is over the InkCollector object.
Public event MouseWheel Occurs when a user moves the mouse wheel while the InkCollector object has focus.
Public event NewInAirPackets Occurs when the InkCollector objects detects an in-air packet.
Public event NewPackets Occurs when the InkCollector object receives packets.
Public event Stroke Occurs when the user finishes drawing a new stroke on any tablet.
Public event SystemGesture Occurs when an InkCollector object recognizes a system gesture.
Public event TabletAdded Occurs when a Tablet object is added to the system.
Public event TabletRemoved Occurs when a Tablet object is removed from the system.

Top

See Also

Reference

InkCollector Class
Microsoft.Ink Namespace
Ink
InkOverlay
InkPicture
InkEdit

Other Resources

Ink Collection