VaultApplicationBaseGetEventHandlerDelegateScript Method

Method for retrieving the VBScript delegation code for the certain event type.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual string GetEventHandlerDelegateScript(
	MFEventHandlerType eventType
)

Parameters

eventType  MFEventHandlerType
The event handler type for which the script is queried for.

Return Value

String
The script as string.

See Also