IEventBindingService::GetCompatibleMethods Method (EventDescriptor^)

 

Gets a collection of event-handler methods that have a method signature compatible with the specified event.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

ICollection^ GetCompatibleMethods(
	EventDescriptor^ e
)

Parameters

e
Type: System.ComponentModel::EventDescriptor^

The event to get the compatible event-handler methods for.

Return Value

Type: System.Collections::ICollection^

A collection of strings.

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
Return to top
Show: