Click or drag to resize

MapperDatasheetOnItemCommand Method

Called when the user invokes an ItemCommand on the DataGrid.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void OnItemCommand(
	Object source,
	DataGridCommandEventArgs e
)

Parameters

source
Type: SystemObject
The object invoking the event (the DataGrid).
e
Type: System.Web.UI.WebControlsDataGridCommandEventArgs
The event args.
Remarks
ItemCommands include the user clicking on the FBF button to apply FBF filtering, filter widget invocation (where not handled entirely client-side), and row button clicks.
See Also