PicklistCountriesFillPicklist 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
)
Protected Overrides Sub FillPicklist (
cxt As IAppContext,
pick As Picklist
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - pick
- Type: NetQuarryPicklist
The picklist to fill.
See Also