Type.GetEvent Method
.NET Framework 3.0
Gets a specific event declared or inherited by the current Type.
| Name | Description |
|---|---|
| Type.GetEvent (String) | Returns the EventInfo object representing the specified public event. Supported by the .NET Compact Framework. |
| Type.GetEvent (String, BindingFlags) | When overridden in a derived class, returns the EventInfo object representing the specified event, using the specified binding constraints. Supported by the .NET Compact Framework. |