Click or drag to resize

PageExtensionBaseConsolePaneBeforeBind Method

Fired by a IConsoleTemplate immediately prior to BindPage(Page, Control, Boolean) during which the mapper would be expected to fire its MapperBeforeLayout and MapperAfterLayout events. This is the first pane event where the pane's IMapper can be reliably obtained. This event also provides the best opportunity for programmatically adding page commands that can result in a PageCommand(Object, EAPCommandEventArgs) event. See also ConsolePaneBeforeBind, the underlying raw event.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual void ConsolePaneBeforeBind(
	IConsolePane sender,
	ConsoleEventArgs e
)

Parameters

sender
Type: NetQuarryIConsolePane
The pane firing the event.
e
Type: NetQuarryConsoleEventArgs
The event args.
See Also