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.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxvoid Execute(
EventHandlerEnvironment environment,
IExecutionTrace trace
)
Sub Execute (
environment As EventHandlerEnvironment,
trace As IExecutionTrace
)
void Execute(
EventHandlerEnvironment^ environment,
IExecutionTrace^ trace
)
Parameters
- environment
- Type: MFiles.VAF.CommonEventHandlerEnvironment
The environment parameters. - trace
- Type: MFiles.VAFIExecutionTrace
The execution tracer object for recording the operation starting end ending.
See Also