UndoEngine.OnUndoing(EventArgs) Método

Definición

Genera el evento Undoing.

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)

Parámetros

e
EventArgs

Objeto EventArgs que contiene los datos del evento.

Se aplica a