EventInfo::RaiseMethod Property

.NET Framework (current version)
 

Gets the method that is called when the event is raised, including non-public methods.

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

public:
property MethodInfo^ RaiseMethod {
	virtual MethodInfo^ get();
}

Property Value

Type: System.Reflection::MethodInfo^

The method that is called when the event is raised.

This property is the equivalent of calling the GetRaiseMethod with a value of true.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: