Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoRedoEventArgs Class
Members


In This Topic
    UndoRedoEventArgs Class
    In This Topic
    Represents the event data for the undo and redo events handled by the undo manager.
    Syntax
    'Declaration
     
    
    Public Class UndoRedoEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As UndoRedoEventArgs
    public class UndoRedoEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.UndoRedo.UndoRedoEventArgs

    See Also