IEventHandlerMethodInfoExecute Method

Conditionally executes the event handler method. The event handler is tested against the environment and if the filters allow then the event handler is actually executed.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
void Execute(
	EventHandlerEnvironment environment,
	IExecutionTrace trace
)

Parameters

environment  EventHandlerEnvironment
The environment parameters.
trace  IExecutionTrace
The execution tracer object for recording the operation starting end ending.

See Also