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