Share via


DataInterestMask Enumeration

Defines values used by plug-ins to specify interest in receiving notification about events.

Namespace:  Microsoft.StylusInput
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Enumeration DataInterestMask
'Usage
Dim instance As DataInterestMask
public enum DataInterestMask
public enum class DataInterestMask
public enum DataInterestMask

Members

Member name Description
AllStylusData The plug-in receives notifications for all data.
Error Occurs when an error has occurred and has been added to the input queue. For more information about this notification, see the IStylusSyncPlugin.Error and IStylusAsyncPlugin.Error methods.
RealTimeStylusEnabled Occurs when the primary instance of the RealTimeStylus class has been enabled. For more information about this notification, see the IStylusSyncPlugin.RealTimeStylusEnabled and IStylusAsyncPlugin.RealTimeStylusEnabled methods.
RealTimeStylusDisabled Occurs when the primary instance of the RealTimeStylus class has been disabled. For more information about this notification, see the IStylusSyncPlugin.RealTimeStylusDisabled and IStylusAsyncPlugin.RealTimeStylusDisabled methods.
StylusInRange Occurs when the Stylus object is in range of the digitizer. For more information about this notification, see the IStylusSyncPlugin.StylusInRange and IStylusAsyncPlugin.StylusInRange methods.
InAirPackets Occurs when the Stylus object is in range of—but not touching—the digitizer and moving. For more information about this notification, see the IStylusSyncPlugin.InAirPackets and IStylusAsyncPlugin.InAirPackets methods.
StylusOutOfRange Occurs when the Stylus object is out of range of the digitizer. For more information about this notification, see the IStylusSyncPlugin.StylusOutOfRange and IStylusAsyncPlugin.StylusOutOfRange methods.
StylusDown Occurs when the stylus contacts the digitizer. For more information about this notification, see the IStylusSyncPlugin.StylusDown and IStylusAsyncPlugin.StylusDown methods.
Packets Occurs when the stylus moves along the digitizer while in contact with the digitizer. For more information about this notification, see the IStylusSyncPlugin.Packets and IStylusAsyncPlugin.Packets methods.
StylusUp Occurs when the stylus breaks physical contact with the digitizer. For more information about this notification, see the IStylusSyncPlugin.StylusUp and IStylusAsyncPlugin.StylusUp methods.
StylusButtonUp Occurs when a user releases a stylus button. For more information about this notification, see the IStylusSyncPlugin.StylusButtonUp and IStylusAsyncPlugin.StylusButtonUp methods.
StylusButtonDown Occurs when a user presses a stylus button. For more information about this notification, see the IStylusSyncPlugin.StylusButtonDown and IStylusAsyncPlugin.StylusButtonDown methods.
SystemGesture Occurs when a system gesture is detected. For more information about this notification, see the IStylusSyncPlugin.SystemGesture and IStylusAsyncPlugin.SystemGesture methods.
TabletAdded Occurs when a new tablet device is detected by the system. For more information about this notification, see the IStylusSyncPlugin.TabletAdded and IStylusAsyncPlugin.TabletAdded methods.
TabletRemoved Occurs when a tablet device is removed from the system. For more information about this notification, see the IStylusSyncPlugin.TabletRemoved and IStylusAsyncPlugin.TabletRemoved methods.
CustomStylusDataAdded Occurs when a plug-in adds data to a queue. For more information about this notification, see the IStylusSyncPlugin.CustomStylusDataAdded and IStylusAsyncPlugin.CustomStylusDataAdded methods.
DefaultStylusData The plug-in receives the default stylus data: RealTimeStylusEnabled, RealTimeStylusDisabled, StylusDown, Packets, StylusUp, SystemGesture, and CustomStylusDataAdded.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.StylusInput Namespace

IStylusAsyncPlugin.DataInterest

IStylusSyncPlugin.DataInterest