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: 8.0.5.0 (8.0.5.20210818)
Syntax protected override void OnLoadComplete(
EventArgs e
)
Protected Overrides Sub OnLoadComplete (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
See Also