NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IEventPropertyService Interface

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.

Remarks

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.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IEventPropertyService Members | System.ComponentModel.Design Namespace | PropertyDescriptor | EventDescriptor | PropertyDescriptorCollection | EventDescriptorCollection