VaultApplicationBaseGetEventHandlerEnvironment Method |
Creates the local event handler environment.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual EventHandlerEnvironment GetEventHandlerEnvironment(
ScriptEnvironment scriptEnv
)
Protected Overridable Function GetEventHandlerEnvironment (
scriptEnv As ScriptEnvironment
) As EventHandlerEnvironment
protected:
virtual EventHandlerEnvironment^ GetEventHandlerEnvironment(
ScriptEnvironment^ scriptEnv
)
Parameters
- scriptEnv
- Type: MFiles.VAFScriptEnvironment
The environment object from foreign platform (e.g. VBScript).
Return Value
Type:
EventHandlerEnvironmentThe local event handler environment.
See Also