IStylusAsyncPlugin.RealTimeStylusEnabled, méthode
Mise à jour : November 2007
Avertit le plug-in d'implémentation que l'objet RealTimeStylus est activé.
Espace de noms : Microsoft.StylusInput
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Sub RealTimeStylusEnabled ( _
sender As RealTimeStylus, _
data As RealTimeStylusEnabledData _
)
'Utilisation
Dim instance As IStylusAsyncPlugin
Dim sender As RealTimeStylus
Dim data As RealTimeStylusEnabledData
instance.RealTimeStylusEnabled(sender, _
data)
void RealTimeStylusEnabled(
RealTimeStylus sender,
RealTimeStylusEnabledData data
)
void RealTimeStylusEnabled(
RealTimeStylus^ sender,
RealTimeStylusEnabledData^ data
)
void RealTimeStylusEnabled(
RealTimeStylus sender,
RealTimeStylusEnabledData data
)
function RealTimeStylusEnabled(
sender : RealTimeStylus,
data : RealTimeStylusEnabledData
)
Paramètres
- sender
Type : Microsoft.StylusInput.RealTimeStylus
Objet RealTimeStylus qui a envoyé la notification.
- data
Type : Microsoft.StylusInput.PluginData.RealTimeStylusEnabledData
Informations à propos des objets Microsoft.Ink.Tablet associé à cet objet RealTimeStylus.
Exemples
Cet exemple C# alerte le développeur lorsque le plug-in est ajouté à la collection StylusAsyncPluginCollection.
public void RealTimeStylusEnabled(RealTimeStylus sender, RealTimeStylusEnabledData data)
{
Debug.Assert(false, "RealTimeStylusEnabled",
"The plug-in has been added to the RealTimeStylusAsyncPluginCollection.");
}
Cet exemple Microsoft Visual Basic .NET alerte le développeur lorsque le plug-in est ajouté à la collection StylusAsyncPluginCollection.
Public Sub RealTimeStylusEnabled(ByVal sender As RealTimeStylus, ByVal data As RealTimeStylusEnabledData) _
Implements IStylusAsyncPlugin.RealTimeStylusEnabled
Debug.Assert(False, "RealTimeStylusEnabled", _
"The plug-in has been added to the RealTimeStylusAsyncPluginCollection.")
End Sub 'RealTimeStylusEnabled
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