Search
DiagramBase.OnActionRecorded Method
See Also
 





Raises the ActionRecorded event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnActionRecorded (
    UndoEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnActionRecorded( _
    e As UndoEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also