InkCanvas.OnStrokeCollected(InkCanvasStrokeCollectedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the StrokeCollected event.
protected:
virtual void OnStrokeCollected(System::Windows::Controls::InkCanvasStrokeCollectedEventArgs ^ e);
protected virtual void OnStrokeCollected (System.Windows.Controls.InkCanvasStrokeCollectedEventArgs e);
abstract member OnStrokeCollected : System.Windows.Controls.InkCanvasStrokeCollectedEventArgs -> unit
override this.OnStrokeCollected : System.Windows.Controls.InkCanvasStrokeCollectedEventArgs -> unit
Protected Overridable Sub OnStrokeCollected (e As InkCanvasStrokeCollectedEventArgs)
Parameters
The event data.
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.