How To: Use the Post Initialize Event

You can use the Post Initialize event and method for example where a form is initialized and is required to be available to the user while still performing other rule actions such as load methods and get list methods on the form. You can also use it on views or forms with control rule actions that are executed asynchronously. The view or form will initialize and controls can execute asynchronously post initialization to ensure immediate availability of the view or form and enhance performance.

You can use the Initialized event and method with the following events and actions:

Type Description
Event When the Form raises an event
Event When a View raises an event
Action Execute a View method
Action Execute a Form method