Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DeleteCancelEventArgs Class / DeleteCancelEventArgs Constructor
The object to be deleted.


In This Topic
    DeleteCancelEventArgs Constructor
    In This Topic
    Initializes a new instance of the DeleteCancelEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal obj As Object _
    )
    'Usage
     
    
    Dim obj As Object
     
    Dim instance As New DeleteCancelEventArgs(obj)
    public DeleteCancelEventArgs( 
       object obj
    )

    Parameters

    obj
    The object to be deleted.
    See Also