IEventBindingService::GetCompatibleMethods Method (EventDescriptor^)
.NET Framework (current version)
Gets a collection of event-handler methods that have a method signature compatible with the specified event.
Assembly: System (in System.dll)
Parameters
- e
-
Type:
System.ComponentModel::EventDescriptor^
The event to get the compatible event-handler methods for.
Each string in the collection is the name of a method that has a method signature compatible with the specified event.
.NET Framework
Available since 1.1
Available since 1.1
Show: