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