InkCanvas.OnSelectionChanged(EventArgs) 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 SelectionChanged event.
protected:
virtual void OnSelectionChanged(EventArgs ^ e);
protected virtual void OnSelectionChanged (EventArgs e);
abstract member OnSelectionChanged : EventArgs -> unit
override this.OnSelectionChanged : EventArgs -> unit
Protected Overridable Sub OnSelectionChanged (e As EventArgs)
Parameters
The event data.
Remarks
This method is called after a set of ink strokes and/or elements has been selected by the user and the selection change has been applied. Before the change is applied, the OnSelectionChanging method is called.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.