Type.GetEvents Method
.NET Framework 2.0
Gets the events that are declared or inherited by the current Type.
| Name | Description |
|---|---|
| Type.GetEvents () | Returns all the public events that are declared or inherited by the current Type. Supported by the .NET Compact Framework. |
| Type.GetEvents (BindingFlags) | When overridden in a derived class, searches for events that are declared or inherited by the current Type, using the specified binding constraints. Supported by the .NET Compact Framework. |