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.
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.
Namespace: System.ComponentModel.Design
Assembly: System.dll
IComponentChangeService Members | System.ComponentModel.Design Namespace | ComponentEventHandler | ComponentChangedEventHandler | ComponentChangingEventHandler | ComponentRenameEventHandler | MemberDescriptor