IStylusAsyncPlugin.RealTimeStylusDisabled, méthode
.NET Framework 3.0
Notifies the implementing plug-in that the RealTimeStylus object is disabled.
Espace de noms: Microsoft.StylusInput
Assembly : Microsoft.Ink (dans microsoft.ink.dll)
Assembly : Microsoft.Ink (dans microsoft.ink.dll)
void RealTimeStylusDisabled ( RealTimeStylus sender, RealTimeStylusDisabledData data )
function RealTimeStylusDisabled (
sender : RealTimeStylus,
data : RealTimeStylusDisabledData
)
Non applicable.
Paramètres
- sender
The RealTimeStylus object that sent the disabled notification.
- data
Information about the Microsoft.Ink.Tablet objects associated with this RealTimeStylus object.
This C# example alerts the developer when the plug-in is removed from the StylusAsyncPluginCollection.
public void RealTimeStylusDisabled(RealTimeStylus sender, RealTimeStylusDisabledData data) { Debug.Assert(false, "RealTimeStylusDisabled", "The plug-in has been removed from the RealTimeStylusAsyncPluginCollection."); }
This Microsoft Visual Basic .NET example alerts the developer when the plug-in is removed from the StylusAsyncPluginCollection.
Public Sub RealTimeStylusDisabled(sender As RealTimeStylus, data As RealTimeStylusDisabledData) Implements IStylusAsyncPlugin.RealTimeStylusDisabled Debug.Assert(False, "RealTimeStylusDisabled", _ "The plug-in has been removed from the RealTimeStylusAsyncPluginCollection.") End Sub 'RealTimeStylusDisabled
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile pour Pocket PC, Windows Mobile pour Smartphone, Windows Server 2003, Windows XP Édition Media Center, Windows XP Professionnel Édition x64, Windows XP SP2, Windows XP Starter Edition
Microsoft .NET Framework 3.0 est pris en charge sur Windows Vista, Microsoft Windows XP SP2 et Windows Server 2003 SP1.