Click or drag to resize

MapperListGetSelectedKeys Method

Gets an ArrayList of the currently selected keys. The base implementation is appropriate for detail use where there is just a single current row. For other uses this method should be overridden.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override Object GetSelectedKeys(
	EAPEventArgs eventArgs
)

Parameters

eventArgs
Type: NetQuarryEAPEventArgs
The eventArgs, optional, if called during an event.

Return Value

Type: Object
The ArrayList of selected keys.
See Also