EnumBuilder::GetEvent Method (String^, BindingFlags)
Returns the event with the specified name.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
The name of the event to get.
- bindingAttr
-
Type:
System.Reflection::BindingFlags
This invocation attribute. This must be a bit flag from BindingFlags : InvokeMethod, NonPublic, and so on.
Return Value
Type: System.Reflection::EventInfo^Returns an EventInfo object representing the event declared or inherited by this type with the specified name. If there are no matches, null is returned.
Implements
_Type::GetEvent(String^, BindingFlags)| Exception | Condition |
|---|---|
| NotSupportedException | This method is not currently supported in types that are not complete. |
As a workaround, to retrieve the event of a finished type, retrieve the type using Type::GetType or Assembly::GetType and use reflection on the retrieved type.
Available since 1.1
Silverlight
Available since 2.0