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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.