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.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxprotected override void OnLoadComplete(
EventArgs e
)
Protected Overrides Sub OnLoadComplete (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
See Also