Click or drag to resize

IWizPageDesignerInitPage Method

Called during the Page_Init method of your control. You should create any dynamic controls during this method.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void InitPage(
	bool finalDestination
)

Parameters

finalDestination
Type: SystemBoolean
Specifies whether the page being initialized is the final destination page that the wizard is rendering, or page that was just left.
Remarks
You do NOT need to override the Page_Init method. If you attempt to do initialization in the Page_Init method you will not have access to the UserData state object.
See Also