Method CreateUniqueMethodName
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.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
component
IComponentIComponent
owns this method.e
EventDescriptorInformation about method.
Returns
- string
Unique method name for specified component.