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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.