Click or drag to resize

MapperKernelDataChanged Method

A change to the underlying data has occurred and the mapper should requery accordingly. Currently this provides a mechanism to tell the datasheet not to use its posted-back operational data and to requery instead. Note that MapperAfterLayout is the earliest event for which this has effect in the current datasheet life-cycle.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual void DataChanged(
	ExtensionEvents evt
)

Parameters

evt
Type: NetQuarryExtensionEvents
The event during which the notification of a data change occurred.
See Also