Share via


InkCollectorCursorButtonUpEventArgs.InkCollectorCursorButtonUpEventArgs Constructor

InkCollectorCursorButtonUpEventArgs.InkCollectorCursorButtonUpEventArgs Constructor

Initializes a new instance of the InkCollectorCursorButtonUpEventArgs class.

Definition

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

Parameters

cursor Microsoft.Ink.Cursor. The Cursor object that triggers the CursorButtonUp event.
button Microsoft.Ink.CursorButton. The CursorButton that was released.

Remarks

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

See Also