Click or drag to resize

WorkflowPageOnLoadComplete Method

This function is called just after the Page_Load, it is used to change the form layout (required, read-only)

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
protected override void OnLoadComplete(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
See Also