DiagramControl.CanRedoChanged Event
In This Article
Fires each time the value of the DiagramControl.CanRedo property is changed.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DiagramCategory(DiagramCategory.DiagramPropertyChanged)]
public event EventHandler CanRedoChanged
#Event Data
The CanRedoChanged event's data class is EventArgs.
See Also