asp.net.ph

DataColumnChangeEventArgs Constructor

System.Data Namespace   DataColumnChangeEventArgs Class


Initializes a new instance of the DataColumnChangeEventArgs class.

[ VB ]
Public Sub New ( _
   ByVal row As DataRow, _
   ByVal column As DataColumn, _
   ByVal value As Object _
)

[ C# ]
public DataColumnChangeEventArgs(
   DataRow row,
   DataColumn column,
   object value
);

[ C++ ]
public: DataColumnChangeEventArgs(
   DataRow* row,
   DataColumn* column,
   Object* value
);

[ JScript ]
public function DataColumnChangeEventArgs(
   row : DataRow,
   column : DataColumn,
   value : Object
);

Parameters

row
the DataRow of the column with the changing value.
column
the DataColumn with the changing value.
value
the new value.
See Also

DataColumnChangeEventArgs Members   DataColumn   DataColumnChangeEventHandler   DataTable Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note