Delegate UndoEvent
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
Represents a method that will handle the IUndo.Undo event.
public delegate void UndoEvent(object sender, UndoEventArgs e)
Parameters
senderobjectThe source of the event.
eUndoEventArgsA
UndoEventArgsthat contains the event data.