Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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