InkCollectorTabletAddedEventArgs.InkCollectorTabletAddedEventArgs Constructor
InkCollectorTabletAddedEventArgs.InkCollectorTabletAddedEventArgs Constructor |
Initializes a new instance of the InkCollectorTabletAddedEventArgs class.
Definition
Visual Basic .NET Public Sub InkCollectorTabletAddedEventArgs( _
ByVal tablet As Tablet _
)C# public InkCollectorTabletAddedEventArgs(
Tablet tablet
);Managed C++ public: InkCollectorTabletAddedEventArgs(
Tablet *tablet
);
Parameters
tablet Microsoft.Ink.Tablet. The Tablet object that is added.
Remarks
tablet of type Tablet is the tablet that was added.
See Also