GridDataChangeEventArgs Constructor |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public GridDataChangeEventArgs(
int affectedRows,
Exception e,
GridEditableItem item
)
Public Sub New (
affectedRows As Integer,
e As Exception,
item As GridEditableItem
)
public:
GridDataChangeEventArgs(
int affectedRows,
Exception^ e,
GridEditableItem^ item
)
new :
affectedRows : int *
e : Exception *
item : GridEditableItem -> GridDataChangeEventArgs
Parameters
- affectedRows
- Type: SystemInt32
- e
- Type: SystemException
- item
- Type: Kettic.AspNet.ControlsGridEditableItem
See Also