This documentation is archived and is not being maintained.
EventBindingService Class
Visual Studio 2010
A default implementation of the IEventBindingService interface.
Assembly: System.Design (in System.Design.dll)
The EventBindingService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateUniqueMethodName | Creates a unique method name. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FreeMethod | Provides a notification that a particular method is no longer being used by an event handler. |
![]() | GetCompatibleMethods | Returns a collection of names of compatible methods. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetService | Gets the requested service from the service provider. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ShowCode() | Displays user code. |
![]() | ShowCode(Int32) | Displays the user code at the given line number. |
![]() | ShowCode(IComponent, EventDescriptor, String) | Displays the user code for the specified method. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UseMethod | Provides a notification that a particular method is being used by an event handler. |
![]() | ValidateMethodName | Validates that the provided method name is valid for the language or script being used. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEventBindingService::CreateUniqueMethodName | Creates a unique name for an event-handler method for the specified component and event. |
![]() ![]() | IEventBindingService::GetCompatibleMethods | Gets a collection of event-handler methods that have a method signature compatible with the specified event. |
![]() ![]() | IEventBindingService::GetEvent | Gets an EventDescriptor for the event that the specified property descriptor represents, if it represents an event. |
![]() ![]() | IEventBindingService::GetEventProperties | Converts a set of event descriptors to a set of property descriptors. |
![]() ![]() | IEventBindingService::GetEventProperty | Converts a single event descriptor to a property descriptor. |
![]() ![]() | IEventBindingService::ShowCode() | Displays the user code for the designer. |
![]() ![]() | IEventBindingService::ShowCode(Int32) | Displays the user code for the designer at the specified line. |
![]() ![]() | IEventBindingService::ShowCode(IComponent, EventDescriptor) | Displays the user code for the specified event. |
- NamedPermissionSet
for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state: FullTrust
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
