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.
EnumBuilder::GetEvents Method ()
.NET Framework (current version)
Returns the events for the public events declared or inherited by this type.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: array<System.Reflection::EventInfo^>^Returns an array of EventInfo objects representing the public events declared or inherited by this type. An empty array is returned if there are no public events.
Implements
_Type::GetEvents()| Exception | Condition |
|---|---|
| NotSupportedException | This method is not currently supported in types that are not complete. |
As a workaround, to retrieve the events of a finished type, retrieve the type using Type::GetType or Assembly::GetType and use reflection on the retrieved type.
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: