GestureRecognizer.IStylusSyncPlugin.TabletAdded Method
GestureRecognizer.IStylusSyncPlugin.TabletAdded Method |
This method supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Definition
Visual Basic .NET Sub IStylusSyncPlugin.TabletAdded( _
ByVal sender As RealTimeStylus, _
ByVal data As TabletAddedData _
)C# void IStylusSyncPlugin.TabletAdded(
RealTimeStylus sender,
TabletAddedData data
);Managed C++ : void IStylusSyncPlugin.TabletAdded(
RealTimeStylus *sender,
TabletAddedData *data
);
Parameters
sender Microsoft.StylusInput.RealTimeStylus. data Microsoft.StylusInput.PluginData.TabletAddedData.