This interface can convert EventDescriptors to PropertyDescriptors.
IEventPropertyService
[Visual Basic] Public Interface IEventPropertyService [C#] public interface IEventPropertyService [C++] public __gc __interface IEventPropertyService
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
The property event service provides a way to expose events as properties. This is useful at design time because you are typically more concerned with the names of the functions the events are bound to rather than binding events to functions. The service will expose events for a given component as an array of PropertyDescriptor objects with a data type of String.
Namespace: System.ComponentModel.Design
Assembly: System.dll
IEventPropertyService Members | System.ComponentModel.Design Namespace | PropertyDescriptor | EventDescriptor | PropertyDescriptorCollection | EventDescriptorCollection