IMapperSelectedKeys Method (EAPEventArgs) |
SelectedKeys is used to obtain a list of the RowKeys for the rows
currently selected in the mapper. In a detail this is the current row.
In a datasheet this is the set of selected rows.
If an
EAPEventArgs object is provided from a particular mapper event that
can specify one or more RowKeys, e.g.
EAPCommandEventArgs.
RowKey
and one or more RowKeys are specified in that object, then the RowKey(s) from the event will be returned.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax ArrayList SelectedKeys(
EAPEventArgs eventArgs
)
Function SelectedKeys (
eventArgs As EAPEventArgs
) As ArrayList
Parameters
- eventArgs
- Type: NetQuarryEAPEventArgs
An optional event args object from a mapper event.
Return Value
Type:
ArrayListAn array of string RowKeys. The array will not be null, but may be empty.
See Also