A runtime form designer control

FormDesigner.ComponentRename Event

Occurs when a component is renamed.

[Visual Basic]
Public Event ComponentRename As ComponentRenameEventHandler 
[C#]
public event ComponentRenameEventHandler ComponentRename;
[C++]
public: __event ComponentRenameEventHandler* ComponentRename;

[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.

Remarks

This event occurs after the ComponentChanged event when a component has been renamed.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace | AllowRenaming