EventHandlerMethodInfo Constructor
Constructor.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
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.