Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoRedoEventArgs Class
Members


In This Topic
    UndoRedoEventArgs Class
    In This Topic
    epresents the event data when user execute a undo/redo action.
    Object Model
    UndoRedoEventArgs Class
    Syntax
    'Declaration
     
    Public Class UndoRedoEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As UndoRedoEventArgs
    public class UndoRedoEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Windows.SpreadSheet.UI.UndoRedoEventArgs

    See Also