UndoEngine.OnUndoing(EventArgs) Method

Definition

Raises the Undoing event.

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

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to