Click or drag to resize

FieldsFieldNotFoundEvent Delegate

Prototype for methods handling the OnFieldNotFound event.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public delegate void FieldNotFoundEvent(
	string key
)

Parameters

key
Type: SystemString
The key of the field that was not found in the collection.
See Also