DataColumnChangeEventArgs Constructor (DataRow^, DataColumn^, Object^)
.NET Framework (current version)
Initializes a new instance of the DataColumnChangeEventArgs class.
Assembly: System.Data (in System.Data.dll)
Parameters
- row
-
Type:
System.Data::DataRow^
The DataRow of the column with the changing value.
- column
-
Type:
System.Data::DataColumn^
The DataColumn with the changing value.
- value
-
Type:
System::Object^
The new value.
.NET Framework
Available since 1.1
Available since 1.1
Show: