IEventBindingService Methods
.NET Framework (current version)
Namespace:
System.ComponentModel.Design
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CreateUniqueMethodName(IComponent^, EventDescriptor^) | Creates a unique name for an event-handler method for the specified component and event. |
![]() | GetCompatibleMethods(EventDescriptor^) | Gets a collection of event-handler methods that have a method signature compatible with the specified event. |
![]() | GetEvent(PropertyDescriptor^) | Gets an EventDescriptor for the event that the specified property descriptor represents, if it represents an event. |
![]() | GetEventProperties(EventDescriptorCollection^) | Converts a set of event descriptors to a set of property descriptors. |
![]() | GetEventProperty(EventDescriptor^) | Converts a single event descriptor to a property descriptor. |
![]() | ShowCode() | Displays the user code for the designer. |
![]() | ShowCode(IComponent^, EventDescriptor^) | Displays the user code for the specified event. |
![]() | ShowCode(Int32) | Displays the user code for the designer at the specified line. |
Show:
