CodeDomDesignerLoader.OnComponentRename(Object, String, String) Method

Definition

Raises the ComponentRename event.

protected:
 virtual void OnComponentRename(System::Object ^ component, System::String ^ oldName, System::String ^ newName);
protected virtual void OnComponentRename (object component, string oldName, string newName);
protected virtual void OnComponentRename (object component, string? oldName, string? newName);
override this.OnComponentRename : obj * string * string -> unit
abstract member OnComponentRename : obj * string * string -> unit
override this.OnComponentRename : obj * string * string -> unit
Protected Overridable Sub OnComponentRename (component As Object, oldName As String, newName As String)

Parameters

component
Object

The component to rename.

oldName
String

The original name of the component.

newName
String

The new name of the component.

Applies to