DataInterestMask Enumeration

DataInterestMask Enumeration

Used by plug-ins to specify interest in receiving notification about events.

Definition

Visual Basic .NET Public Enum DataInterestMask
C# public enum DataInterestMask
Managed C++ __value public enum DataInterestMask

Constants

Constant Name Description
AllStylusData Indicates the plug-in wishes to receive notifications for all data.
Error Occurs when an error has occurred and has been added to the input queue. See Error.
RealTimeStylusEnabled Occurs when the parent instance of the RealTimeStylus class has been enabled. See RealTimeStylusEnabled.
RealTimeStylusDisabled Occurs when the parent instance of the RealTimeStylus class has been disabled. See RealTimeStylusDisabled.
StylusInRange Occurs when the Stylus is in range of the digitizer. See StylusInRange.
InAirPackets Occurs when the Stylus is in range of the digitizer and moving, but not on the digitizer. See InAirPackets.
StylusOutOfRange Occurs when the Stylus is out of range of the digitizer. See StylusOutOfRange.
StylusDown Occurs when the stylus contacts the digitizer. See StylusDown.
Packets Occurs when the stylus moves along the digitizer while in contact. See Packets.
StylusUp Occurs when the stylus breaks physical contact with the digitizer. See StylusUp.
StylusButtonUp Occurs when a stylus button has been released. See StylusButtonUp.
StylusButtonDown Occurs when a stylus button is pressed. See StylusButtonDown.
SystemGesture Occurs when a System Gestures is detected. See SystemGesture.
TabletAdded Occurs when a new Tablet device is detected by the system. See TabletAdded.
TabletRemoved Occurs when a Tablet device is removed from the system. See TabletRemoved
CustomStylusDataAdded Occurs when a plug-in adds data to a queue. See CustomStylusDataAdded.
DefaultStylusData Indicates plug-in wishes to receive the default stylus data: RealTimeStylusEnabled, RealTimeStylusDisabled, StylusDown, Packets, StylusUp, SystemGesture, and CustomStylusDataAdded.

Enumeration Information

Namespace Microsoft.StylusInput
Assembly Microsoft.Ink (microsoft.ink.dll)
Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8

See Also