Click or drag to resize
EventInfoGetAddMethod Method
Overload List
  NameDescription
Public methodGetAddMethod
Returns the method used to add an event handler delegate to the event source.
Public methodGetAddMethod(Boolean)
When overridden in a derived class, retrieves the MethodInfo object for the AddEventHandler(Object, Delegate) method of the event, specifying whether to return non-public methods.
Top
See Also