Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoCancelEventArgs Class
Members


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

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             FarPoint.Win.Chart.UndoRedoCancelEventArgs

    See Also