Type::GetEvent Method
.NET Framework (current version)
Gets a specific event declared or inherited by the current Type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetEvent(String^) | Returns the EventInfo object representing the specified public event. |
![]() | GetEvent(String^, BindingFlags) | When overridden in a derived class, returns the EventInfo object representing the specified event, using the specified binding constraints. |
Show:
