Click or drag to resize
KaxListViewDataChangeEventArgs Constructor

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxListViewDataChangeEventArgs(
	int affectedRows,
	Exception e,
	KaxListViewDataItem item
)

Parameters

affectedRows
Type: SystemInt32
e
Type: SystemException
item
Type: Kettic.AspNet.ControlsKaxListViewDataItem
See Also