DataTableClearEventArgs(DataTable) Constructor

Definition

Initializes a new instance of the DataTableClearEventArgs class.

public:
 DataTableClearEventArgs(System::Data::DataTable ^ dataTable);
public DataTableClearEventArgs (System.Data.DataTable dataTable);
new System.Data.DataTableClearEventArgs : System.Data.DataTable -> System.Data.DataTableClearEventArgs
Public Sub New (dataTable As DataTable)

Parameters

dataTable
DataTable

The DataTable whose rows are being cleared.

Applies to