Table of Contents

Delegate UndoEvent

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents a method that will handle the IUndo.Undo event.

public delegate void UndoEvent(object sender, UndoEventArgs e)

Parameters

sender object

The source of the event.

e UndoEventArgs

A UndoEventArgs that contains the event data.