MindFusion.Wpf Pack Programmer's Guide
Schedule.ActionRedone Event
See Also
 





Raised when an action is redone.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public event EventHandler<UndoEventArgs> ActionRedone

Visual Basic  Copy Code

Public Event ActionRedone As EventHandler(Of UndoEventArgs)

 Remarks

This event is raised during calls to Redo. It is raised both for top-level commands and for the constituent actions of composite commands.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace