Click or drag to resize

PicklistCurrenciesFillPicklist Method

The handler for filling the picklist. This must be overridden by the derived class.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void FillPicklist(
	IAppContext cxt,
	Picklist pick
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
pick
Type: NetQuarryPicklist
The picklist to fill.
See Also