IStylusSyncPlugin.TabletRemoved (Método)
Actualización: noviembre 2007
Notifica al complemento de implementación cuando se quita un objeto Microsoft.Ink.Tablet del sistema.
Espacio de nombres: Microsoft.StylusInput
Ensamblado: Microsoft.Ink (en Microsoft.Ink.dll)
Sintaxis
'Declaración
Sub TabletRemoved ( _
sender As RealTimeStylus, _
data As TabletRemovedData _
)
'Uso
Dim instance As IStylusSyncPlugin
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
)
Parámetros
- sender
Tipo: Microsoft.StylusInput.RealTimeStylus
Objeto RealTimeStylus que envió la notificación.
- data
Tipo: Microsoft.StylusInput.PluginData.TabletRemovedData
Información sobre el objeto Tablet que se quitó.
Comentarios
Nota
El objeto RealTimeStylus llama a este método tanto si el objeto RealTimeStylus está habilitado como si está deshabilitado.
Ejemplos
En este ejemplo de C# se implementa el método TabletRemoved. En el ejemplo se notifica al programador cuando un Tablet PC se ha quitado del sistema.
public void TabletRemoved(RealTimeStylus sender, TabletRemovedData data)
{
Debug.Assert(false, "TabletRemoved", "The tablet at index "
+ data.TabletIndex.ToString() + " has been removed from the system.");
}
En este ejemplo de Microsoft Visual Basic .NET se implementa el método TabletRemoved. En el ejemplo se notifica al programador cuando un Tablet PC se ha quitado del sistema.
Public Sub TabletRemoved(ByVal sender As RealTimeStylus, ByVal data As TabletRemovedData) _
Implements IStylusSyncPlugin.TabletRemoved
Debug.Assert(False, "TabletRemoved", "The tablet at index " & _
data.TabletIndex.ToString() & " has been removed from the system.")
End Sub 'TabletRemoved
Plataformas
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Información de versión
.NET Framework
Compatible con: 3.0