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