Click or drag to resize

IWizPageInitPage 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()
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