IEventBindingService::CreateUniqueMethodName Method (IComponent^, EventDescriptor^)
.NET Framework (current version)
Creates a unique name for an event-handler method for the specified component and event.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System.ComponentModel::IComponent^
The component instance the event is connected to.
- e
-
Type:
System.ComponentModel::EventDescriptor^
The event to create a name for.
This method returns a name that is unique from any other method name in the user's source code.
.NET Framework
Available since 1.1
Available since 1.1
Show: