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 Methods

The methods of the IComponentChangeService interface are listed below. For a complete list of IComponentChangeService interface members, see the IComponentChangeService Members topic.

OnComponentChanged Announces to the component change service that a particular component has changed.
OnComponentChanging Announces to the component change service that a particular component is changing.

Event Hookup:

AddOnComponentAdded Adds an event handler for the System.ComponentModel.Design.IComponentChangeService.OnComponentAdded event.
AddOnComponentAdding Adds an event handler for the System.ComponentModel.Design.IComponentChangeService.OnComponentAdding event.
AddOnComponentChanged Adds an event handler for the OnComponentChanged event.
AddOnComponentChanging Adds an event handler for the OnComponentChanging event.
AddOnComponentRemoved Adds an event handler for the System.ComponentModel.Design.IComponentChangeService.OnComponentRemoved event.
AddOnComponentRemoving Adds an event handler for the System.ComponentModel.Design.IComponentChangeService.OnComponentRemoving event.
AddOnComponentRename Adds an event handler for the System.ComponentModel.Design.IComponentChangeService.OnComponentRename event.
RemoveOnComponentAdded Removes the System.ComponentModel.Design.IComponentChangeService.OnComponentAdded event handler.
RemoveOnComponentAdding Removes the System.ComponentModel.Design.IComponentChangeService.OnComponentAdding event handler.
RemoveOnComponentChanged Removes the OnComponentChanged event handler.
RemoveOnComponentChanging Removes the OnComponentChanging event handler.
RemoveOnComponentRemoved Removes the System.ComponentModel.Design.IComponentChangeService.OnComponentRemoved event handler.
RemoveOnComponentRemoving Removes the System.ComponentModel.Design.IComponentChangeService.OnComponentRemoving event handler.
RemoveOnComponentRename Removes the System.ComponentModel.Design.IComponentChangeService.OnComponentRename event handler.

See Also

IComponentChangeService Interface | System.ComponentModel.Design Namespace