Search
DiagramBase.OnActionRecording Method
See Also
 





Raises the ActionRecording event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnActionRecording (
    UndoValidationEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnActionRecording( _
    e As UndoValidationEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also