OnLogOn Method
This function is called when the user logs on and their security context is created.
Syntax
void OnLogOn(
IApplication application
)Sub OnLogOn( _
ByVal application As IApplication _
) Parameters
| Name | Description |
|---|---|
| application | Information about the running application. |