DataTableClearEventArgs Constructor (DataTable^)

 

Initializes a new instance of the DataTableClearEventArgs class.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
DataTableClearEventArgs(
	DataTable^ dataTable
)

Parameters

dataTable
Type: System.Data::DataTable^

The DataTable whose rows are being cleared.

.NET Framework
Available since 2.0
Return to top
Show: