Method CreateUniqueMethodName
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.dll
CreateUniqueMethodName(IComponent, EventDescriptor)
This creates a name for an event handling method for the given component and event. The name that is created is guaranteed to be unique in the user's source code.
public string CreateUniqueMethodName(IComponent component, EventDescriptor e)
Parameters
componentIComponentIComponentowns this method.eEventDescriptorInformation about method.
Returns
- string
Unique method name for specified component.