InkCanvas.OnSelectionResized(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 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)
參數
事件資料。
備註
在使用者調整筆劃和/或元素的選取範圍並套用變更之後,就會呼叫此方法。 套用變更之前,會 OnSelectionResizing 呼叫 方法。