IComponentChangeService.ComponentRename Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a component is renamed.
public:
event System::ComponentModel::Design::ComponentRenameEventHandler ^ ComponentRename;
event System.ComponentModel.Design.ComponentRenameEventHandler ComponentRename;
member this.ComponentRename : System.ComponentModel.Design.ComponentRenameEventHandler
Event ComponentRename As ComponentRenameEventHandler
Event Type
Remarks
This event occurs after the ComponentChanged event when a component has been renamed.
Applies to
See also
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.