Table of Contents

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 IComponent

IComponent owns this method.

e EventDescriptor

Information about method.

Returns

string

Unique method name for specified component.