Search
UndoEventArgs Class
See Also
 





Contains the arguments passed to the ActionRecorded, ActionUndone and ActionRedone event handlers.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class UndoEventArgs : EventArgs

Visual Basic  Copy Code

Public Class UndoEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.UndoEventArgs
            MindFusion.Diagramming.UndoValidationEventArgs

 See Also