Occurs when the undo queue changes, and therefore CanUndo and CanRedo methods may return updated values.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public event EventHandler UndoQueueChanged
Visual Basic (Declaration)
Public Event UndoQueueChanged As EventHandler

See Also