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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph