Method GetCompatibleMethods
- Namespace
 - Alternet.FormDesigner.WinForms
 
- Assembly
 - Alternet.FormDesigner.v10.dll
 
GetCompatibleMethods(EventDescriptor)
Retrieves a collection of strings. Each string is the name of a method in user code that has a signature that is compatible with the given event.
public abstract ICollection GetCompatibleMethods(EventDescriptor e)
Parameters
eEventDescriptorCondition for methods.
Returns
- ICollection
 List of methods suitable specified condition.