Constructor ValueChangedEventArgs
| Improve this Doc View SourceValueChangedEventArgs(DataRow, IColumns)
Initializes a new instance of ValueChangedEventArgs.
Declaration
public ValueChangedEventArgs(DataRow dataRow, IColumns columns)
Parameters
Type | Name | Description |
---|---|---|
DataRow | dataRow | The DataRow. |
IColumns | columns | The columns. |