Spread Windows Forms 12.0 Product Documentation
DeleteCancelEventArgs Constructor


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > DeleteCancelEventArgs Class : DeleteCancelEventArgs Constructor
The object to be deleted.
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

Reference

DeleteCancelEventArgs Class
DeleteCancelEventArgs Members