InkCollectorTabletRemovedEventArgs.TabletId Property
Gets the Int32 value that was used as the ID for the Tablet object that was removed.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public ReadOnly Property TabletId As Integer
'Usage
Dim instance As InkCollectorTabletRemovedEventArgs
Dim value As Integer
value = instance.TabletId
public int TabletId { get; }
public:
property int TabletId {
int get ();
}
public function get TabletId () : int
Property Value
Type: System.Int32
The ID of the Tablet object that was removed.
Remarks
Because the tablet hardware was removed, the supplied TabletId property no longer references a valid Tablet object in the Tablets collection. The TabletId property is supplied for developers that cache the TabletId properties from the Tablets collection and need to update their state.
Platforms
Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
InkCollectorTabletRemovedEventArgs Class