Method GetCompatibleMethods
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.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
e
EventDescriptorCondition for methods.
Returns
- ICollection
List of methods suitable specified condition.