| CustomStylusData |
Container to encapsulate any arbitrary developer custom data in the Data member, with a Guid identifier in the CustomStylusDataId member to pass type information. |
| DynamicRendererCachedData |
The DynamicRenderer instantiates this data object and adds it to the queue using the AddCustomStylusDataToQueue method with the CustomDataId set to DynamicRendererCachedDataGuid. |
| ErrorData |
Contains error data, including the exception thrown to generate the object and the plug-in that threw the exception. |
| GestureAlternate |
Data object created by GestureRecognizer as part of the GestureRecognitionData object. Represents the alternate gesture recognition results. |
| GestureRecognitionData |
Provides a container for gesture recognition results. |
| InAirPacketsData |
Passed in via the IStylusAsyncPlugin.InAirPackets and IStylusSyncPlugin.InAirPackets methods when packets are detected as the pen passes above the digitizer. |
| PacketsData |
Passed in the IStylusSyncPlugin.Packets and IStylusAsyncPlugin.Packets methods when packets are detected. |
| RealTimeStylusDisabledData |
Passed into the IStylusSyncPlugin.RealTimeStylusDisabled and IStylusAsyncPlugin.RealTimeStylusDisabled methods when the RealTimeStylus is being disabled. |
| RealTimeStylusEnabledData |
Passed into the IStylusSyncPlugin.RealTimeStylusEnabled and IStylusAsyncPlugin.RealTimeStylusEnabled methods when the RealTimeStylus is being enabled. |
| StylusButtonDataBase |
Abstract base class for button state data objects passed with button up and down methods. |
| StylusButtonDownData |
Contains data passed when a button down occurs. |
| StylusButtonUpData |
Contains the data passed by the IStylusSyncPlugin.StylusButtonUp and IStylusAsyncPlugin.StylusButtonUp method. |
| StylusDataBase |
Base class for the various data classes. |
| StylusDownData |
Provides data for the IStylusSyncPlugin.StylusDown and IStylusAsyncPlugin.StylusDown methods. This class cannot be inherited. |
| StylusInRangeData |
Provides data for the IStylusSyncPlugin.StylusInRange and IStylusAsyncPlugin.StylusInRange methods. This class cannot be inherited. |
| StylusOutOfRangeData |
Provides data for the IStylusSyncPlugin.StylusOutOfRange and IStylusAsyncPlugin.StylusOutOfRange methods. This class cannot be inherited. |
| StylusUpData |
Provides data for the IStylusSyncPlugin.StylusUp and IStylusAsyncPlugin.StylusUp methods. This class cannot be inherited. |
| SystemGestureData |
Provides data for the IStylusSyncPlugin.SystemGesture and IStylusAsyncPlugin.SystemGesture methods. This class cannot be inherited. |
| TabletAddedData |
Provides data for the IStylusSyncPlugin.TabletAdded and IStylusAsyncPlugin.TabletAdded methods. This class cannot be inherited. |
| TabletRemovedData |
Provides data for the IStylusSyncPlugin.TabletRemoved and IStylusAsyncPlugin.TabletRemoved methods. This class cannot be inherited. |