EventInfo::GetRaiseMethod Method ()
.NET Framework (current version)
Returns the method that is called when the event is raised.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Reflection::MethodInfo^The method that is called when the event is raised.
Implements
_EventInfo::GetRaiseMethod()This method usually returns null for events declared with the C# event keyword or the Visual Basic Event keyword. This is because the C# and Visual Basic compilers do not generate such a method by default.
ReflectionPermission
when invoked late-bound through mechanisms such as Type::InvokeMember. Associated enumeration: ReflectionPermissionFlag::MemberAccess.
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: