Delegate UndoEvent
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.