Share via


InkEditStrokeEventArgs.InkEditStrokeEventArgs Constructor

InkEditStrokeEventArgs.InkEditStrokeEventArgs Constructor

Initializes a new instance of the InkEditStrokeEventArgs class.

Definition

Visual Basic .NET Public Sub InkEditStrokeEventArgs( _
ByVal cursor As Cursor, _
ByVal stroke As Stroke, _
ByVal cancel As Boolean _
)
C# public InkEditStrokeEventArgs(
Cursor cursor,
Stroke stroke,
bool cancel
);
Managed C++ public: InkEditStrokeEventArgs(
Cursor *cursor,
Stroke *stroke,
bool *cancel
);

Parameters

cursor Microsoft.Ink.Cursor. The Cursor that was used to create the Stroke object.
stroke Microsoft.Ink.Stroke. The Stroke object that triggers the Stroke event.
cancel System.Boolean. Set to true to cancel collection of the Stroke object; otherwise false.

Remarks

frlrfmicrosoftinkinkeditstrokeeventargsclassctortopic (no caption;) of type string.

See Also