Share via


InkCollectorCursorButtonDownEventArgs.InkCollectorCursorButtonDownEventArgs Constructor

InkCollectorCursorButtonDownEventArgs.InkCollectorCursorButtonDownEventArgs Constructor

Initializes a new instance of the InkCollectorCursorButtonDownEventArgs class.

Definition

Visual Basic .NET Public Sub InkCollectorCursorButtonDownEventArgs( _
ByVal cursor As Cursor, _
ByVal button As CursorButton _
)
C# public InkCollectorCursorButtonDownEventArgs(
Cursor cursor,
CursorButton button
);
Managed C++ public: InkCollectorCursorButtonDownEventArgs(
Cursor *cursor,
CursorButton *button
);

Parameters

cursor Microsoft.Ink.Cursor. The Cursor object that triggers the CursorButtonDown event.
button Microsoft.Ink.CursorButton. The CursorButton that was pressed.

Remarks

cursor of type Cursor is the cursor used to collect the stroke. button of type CursorButton is the button which was pressed.

See Also