Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventInfo::GetRaiseMethod Method

 

Returns the method that is called when the event is raised.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetRaiseMethod()

Returns the method that is called when the event is raised.

System_CAPS_pubmethodGetRaiseMethod(Boolean)

When overridden in a derived class, returns the method that is called when the event is raised, specifying whether to return non-public methods.

Return to top
Show:
© 2017 Microsoft