OnStartup Method
OnStartup() is called just before the user is given control for the first time. The "application" parameter can be used to add commands to the host application.
Syntax
void OnStartup(
IApplication application
)Sub OnStartup( _
ByVal application As IApplication _
) Parameters
| Name | Description |
|---|---|
| application | Information about the running application. |