InkCollectorTabletRemovedEventArgs.InkCollectorTabletRemovedEventArgs Constructor

InkCollectorTabletRemovedEventArgs.InkCollectorTabletRemovedEventArgs Constructor

Initializes a new instance of the InkCollectorTabletRemovedEventArgs class.

Definition

Visual Basic .NET Public Sub InkCollectorTabletRemovedEventArgs( _
ByVal tabletId As Integer _
)
C# public InkCollectorTabletRemovedEventArgs(
int tabletId
);
Managed C++ public: InkCollectorTabletRemovedEventArgs(
int *tabletId
);

Parameters

tabletId System.Int32. The value that was used as the ID for the Tablet object that was removed.

Remarks

After the TabletRemoved event, the tabletID parameter no longer references a valid Tablet in the Tablets collection.

See Also