EventInfoGetAddMethod Method |
Returns the method used to add an event handler delegate to the event source.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public MethodInfo GetAddMethod()
Return Value
Type:
MethodInfoA
MethodInfo object representing the method used to add an event handler delegate to the event source.
See Also