TypedMapperExtensionTMapperAfterLoad Method |
Fired when the mapper's meta-data has been loaded, fields created, etc, but no field controls created.
This is typically the only opportunity to alter field
CellType programmatically
for fields not specified as
Dynamic.
Immediately after this event is fired, the mapper fires the
ApplicationMapperLoad event to
provide the
Application with an opportunity to "hook" the mapper.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void MapperAfterLoad(
T sender,
EAPEventArgs e
)
Public Overridable Sub MapperAfterLoad (
sender As T,
e As EAPEventArgs
)
Parameters
- sender
- Type: T
The event's sender. - e
- Type: NetQuarryEAPEventArgs
Event arguments.
See Also