UndoEngine.OnUndone(EventArgs) 方法

定義

引發 Undone 事件。

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

參數

e
EventArgs

包含事件資料的 EventArgs

適用於