Click or drag to resize
EventInfoGetAddMethod Method
Returns the method used to add an event handler delegate to the event source.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public MethodInfo GetAddMethod()

Return Value

Type: MethodInfo
A MethodInfo object representing the method used to add an event handler delegate to the event source.
See Also