Click or drag to resize

MapperExtensionKernel.MapperBeforeLayout Method

Fired when the mapper is just about to begin laying 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 MapperBeforeLayout(
	IMapper sender,
	EAPEventArgs e
)

Parameters

sender
Type: NetQuarry.Data.IMapper
The event's sender.
e
Type: NetQuarry.EAPEventArgs
Event arguments.
See Also