Share via


CodeDomEventBindingService.GetCompatibleMethods(EventDescriptor) Method

Definition

Gets all the methods in the code DOM that are compatible with the specified event descriptor.

protected:
 override System::Collections::ICollection ^ GetCompatibleMethods(System::ComponentModel::EventDescriptor ^ e);
protected override System.Collections.ICollection GetCompatibleMethods (System.ComponentModel.EventDescriptor e);
override this.GetCompatibleMethods : System.ComponentModel.EventDescriptor -> System.Collections.ICollection
Protected Overrides Function GetCompatibleMethods (e As EventDescriptor) As ICollection

Parameters

Returns

A collection of all the names of compatible methods.

Applies to