InkCanvas::OnStrokeCollected Method (InkCanvasStrokeCollectedEventArgs^)
.NET Framework (current version)
Raises the StrokeCollected event.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
-
Type:
System.Windows.Controls::InkCanvasStrokeCollectedEventArgs^
The event data.
OnStrokeCollected is called when a user physically completes a stroke, for example, by raising the stylus from a tablet after making a motion.
A programmatic addition of strokes to the Strokes collection will not call the OnStrokeCollected method.
.NET Framework
Available since 3.0
Available since 3.0
Show: