IStylusAsyncPlugin.TabletRemoved, méthode
Mise à jour : November 2007
Avertit un plug-in d'implémentation lorsqu'un objet Microsoft.Ink.Tablet est supprimé du système.
Espace de noms : Microsoft.StylusInput
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Sub TabletRemoved ( _
sender As RealTimeStylus, _
data As TabletRemovedData _
)
'Utilisation
Dim instance As IStylusAsyncPlugin
Dim sender As RealTimeStylus
Dim data As TabletRemovedData
instance.TabletRemoved(sender, data)
void TabletRemoved(
RealTimeStylus sender,
TabletRemovedData data
)
void TabletRemoved(
RealTimeStylus^ sender,
TabletRemovedData^ data
)
void TabletRemoved(
RealTimeStylus sender,
TabletRemovedData data
)
function TabletRemoved(
sender : RealTimeStylus,
data : TabletRemovedData
)
Paramètres
- sender
Type : Microsoft.StylusInput.RealTimeStylus
Objet RealTimeStylus qui a envoyé la notification.
- data
Type : Microsoft.StylusInput.PluginData.TabletRemovedData
Informations à propos de l'objet Tablet qui a été supprimé.
Notes
Remarque : |
---|
Cette méthode est appelée par l'objet RealTimeStylus, que l'objet RealTimeStylus soit activé ou désactivé. |
Exemples
Cet exemple C# implémente la méthode TabletRemoved et informe le développeur lorsqu'un Tablet PC a été supprimé du système.
public void TabletRemoved(RealTimeStylus sender, TabletRemovedData data)
{
Debug.Assert(false, "TabletRemoved", "The tablet at index "
+ data.TabletIndex.ToString() + " has been removed from the system.");
}
Cet exemple Microsoft Visual Basic .NET implémente la méthode TabletRemoved et informe le développeur lorsqu'un Tablet PC a été supprimé du système.
Public Sub TabletRemoved(ByVal sender As RealTimeStylus, ByVal data As TabletRemovedData) _
Implements IStylusAsyncPlugin.TabletRemoved
Debug.Assert(False, "TabletRemoved", "The tablet at index " & _
data.TabletIndex.ToString() & " has been removed from the system.")
End Sub 'TabletRemoved
Plateformes
Windows Vista, Windows XP SP2, Windows Server 2003
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0