FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoCancelEventArgs Class
Members


UndoRedoCancelEventArgs Class
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
Inheritance Hierarchy

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

See Also