InkCollectorTabletRemovedEventArgs.TabletId Property
InkCollectorTabletRemovedEventArgs.TabletId Property |
Gets the Int32 value that was used as the ID for the Tablet object that was removed.
Definition
Visual Basic .NET Public ReadOnly Property TabletId As Integer C# public int TabletId { get; } Managed C++ public: __property int* get_TabletId();
Property Value
System.Int32. The ID of the Tablet object that was removed.
This property is read-only. This property has no default value.
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.
See Also