EventHandlerMethodInfo Constructor

Constructor.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public EventHandlerMethodInfo(
	MethodInfo methodInfo,
	Object instance,
	EventHandlerAttribute attribute
)

Parameters

methodInfo  MethodInfo
The reflected event handler method info.
instance  Object
The instance of the class with the method.
attribute  EventHandlerAttribute
The event call attribute to use in the call.

See Also