Search
DiagramBase.OnActionRedone Method
See Also
 





Raises the ActionRedone event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnActionRedone (
    UndoEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnActionRedone( _
    e As UndoEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also