VaultApplicationBaseEventHandlerBelongsToThisVaultApplication Method

Check if the event handler belongs to this application.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected bool EventHandlerBelongsToThisVaultApplication(
	EventHandler eventHandler
)

Parameters

eventHandler  EventHandler
Event handler in a Vault.

Return Value

Boolean
True if the event handler belongs to this application. False otherwise.

See Also