InkOverlayStrokesDeletingEventArgs.InkOverlayStrokesDeletingEventArgs Constructor
InkOverlayStrokesDeletingEventArgs.InkOverlayStrokesDeletingEventArgs Constructor |
Initializes a new instance of the InkOverlayStrokesDeletingEventArgs class.
Definition
Visual Basic .NET Public Sub InkOverlayStrokesDeletingEventArgs( _
ByVal strokesToDelete As Strokes _
)C# public InkOverlayStrokesDeletingEventArgs(
Strokes strokesToDelete
);Managed C++ public: InkOverlayStrokesDeletingEventArgs(
Strokes *strokesToDelete
);
Parameters
strokesToDelete Microsoft.Ink.Strokes. The Strokes collection to be deleted.
Remarks
strokesToDelete of type Strokes is the strokes about to be deleted via the UI.
See Also