MapperExtensionKernelMapperAfterLayout Method |
Fired when the mapper has just layed out the mapper's UI.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void MapperAfterLayout(
IMapper sender,
EAPEventArgs e
)
Public Overridable Sub MapperAfterLayout (
sender As IMapper,
e As EAPEventArgs
)
Parameters
- sender
- Type: NetQuarry.DataIMapper
The event's sender. - e
- Type: NetQuarryEAPEventArgs
Event arguments.
See Also