InkCanvas.OnSelectionMoved(EventArgs) 方法

定義

宣告使用者已選取並移動筆劃及/或項目之選取範圍的事件。

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

參數

e
EventArgs

未使用。

備註

在使用者移動筆劃和/或專案的選取範圍並套用變更之後,就會呼叫這個方法。 套用變更之前,會 OnSelectionMoving 呼叫 方法。

適用於

另請參閱