IEventBindingService Methods

 

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodCreateUniqueMethodName(IComponent^, EventDescriptor^)

Creates a unique name for an event-handler method for the specified component and event.

System_CAPS_pubmethodGetCompatibleMethods(EventDescriptor^)

Gets a collection of event-handler methods that have a method signature compatible with the specified event.

System_CAPS_pubmethodGetEvent(PropertyDescriptor^)

Gets an EventDescriptor for the event that the specified property descriptor represents, if it represents an event.

System_CAPS_pubmethodGetEventProperties(EventDescriptorCollection^)

Converts a set of event descriptors to a set of property descriptors.

System_CAPS_pubmethodGetEventProperty(EventDescriptor^)

Converts a single event descriptor to a property descriptor.

System_CAPS_pubmethodShowCode()

Displays the user code for the designer.

System_CAPS_pubmethodShowCode(IComponent^, EventDescriptor^)

Displays the user code for the specified event.

System_CAPS_pubmethodShowCode(Int32)

Displays the user code for the designer at the specified line.

Return to top
Show: