EventInfo::AddMethod Property
.NET Framework (current version)
Gets the MethodInfo object for the AddEventHandler method of the event, including non-public methods.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection::MethodInfo^The MethodInfo object for the AddEventHandler method.
This property is the equivalent of calling the GetAddMethod 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
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
Show: