Data for Silverlight
DataColumnChangeEventArgs Constructor

C1.Silverlight.Data Namespace > DataColumnChangeEventArgs Class : DataColumnChangeEventArgs Constructor
The DataRow of the column with the changing value.
The DataColumn with the changing value.
The new value.
Initializes a new instance of the DataColumnChangeEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As DataRow, _
   ByVal column As DataColumn, _
   ByVal value As Object _
)
public DataColumnChangeEventArgs( 
   DataRow row,
   DataColumn column,
   object value
)

Parameters

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

Reference

DataColumnChangeEventArgs Class
DataColumnChangeEventArgs Members