The members of System.Reflection.EventInfo are listed below.
See Also: Inherited members from System.Reflection.MemberInfo
Protected Constructors
Public Properties
Public Methods
| AddEventHandler(object, Delegate) Adds the specified event handler delegate to the specified event source.
|
| GetAddMethod() : MethodInfo Returns the public method used to add an event
handler delegate to an event source for the event reflected by the current
instance. |
abstract | GetAddMethod(bool) : MethodInfo Returns the method used to add an event handler delegate to an event source for the event reflected by the current
instance, specifying whether or not to return non-public methods. |
| GetOtherMethods() : MethodInfo[]Documentation for this section has not yet been entered. |
| GetOtherMethods(bool) : MethodInfo[]Documentation for this section has not yet been entered. |
| GetRaiseMethod() : MethodInfo Returns the public method that is called when the event reflected by the
current instance is raised. |
abstract | GetRaiseMethod(bool) : MethodInfo Returns the method that is called when the event reflected by the current instance is raised, specifying whether the method to
be returned is public or non-public. |
| GetRemoveMethod() : MethodInfoReturns the public method used to remove an event-handler delegate from the event reflected by the
current instance. |
abstract | GetRemoveMethod(bool) : MethodInfo Returns the method used to remove an event-handler delegate from the event
reflected by the current
instance, specifying whether or not to return non-public methods. |
| GetType() : TypeDocumentation for this section has not yet been entered. |
| RemoveEventHandler(object, Delegate)Removes the specified event handler delegate from the specified event source. |
Explicitly Implemented Interface Members