InkCanvas.OnSelectionResized(EventArgs) 方法

定義

引發 SelectionResized 事件。

protected:
 virtual void OnSelectionResized(EventArgs ^ e);
protected virtual void OnSelectionResized (EventArgs e);
abstract member OnSelectionResized : EventArgs -> unit
override this.OnSelectionResized : EventArgs -> unit
Protected Overridable Sub OnSelectionResized (e As EventArgs)

參數

e
EventArgs

事件資料。

備註

在使用者調整筆劃和/或元素的選取範圍並套用變更之後,就會呼叫此方法。 套用變更之前,會 OnSelectionResizing 呼叫 方法。

適用於

另請參閱