EventHandlerMethodInfoEventHandlerMethod Delegate

Delegate declaration for the event handler methods. Invoking the handlers through delegates is much faster than invoking from the MethodInfo.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public delegate void EventHandlerMethod(
	EventHandlerEnvironment environment
)

Parameters

environment  EventHandlerEnvironment
 

See Also