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


In This Topic
    DeleteCancelEventArgs Class
    In This Topic
    Event argument for delete action. Users can cancel this actions.
    Syntax
    'Declaration
     
    
    Public Class DeleteCancelEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    
    Dim instance As DeleteCancelEventArgs
    public class DeleteCancelEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

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

    See Also