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!

IComponentChangeService Interface

Provides an interface to add and remove the event handlers for component add, change, remove and rename events.

IComponentChangeService

[Visual Basic]
Public Interface IComponentChangeService
[C#]
public interface IComponentChangeService
[C++]
public __gc __interface IComponentChangeService

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

This service is used by property descriptors to announce when a component has changed or is about to change. A set of properties and events is provided for each type of component. The design environment can alter the property and event set at design time through the use of extender providers and designers. Typically, this service is implemented at design time when a container is expected to mark a form design changed.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

IComponentChangeService Members | System.ComponentModel.Design Namespace | ComponentEventHandler | ComponentChangedEventHandler | ComponentChangingEventHandler | ComponentRenameEventHandler | MemberDescriptor