CodeDomDesignerLoader.OnComponentRename(Object, String, String) Methode

Definition

Löst das ComponentRename-Ereignis aus.

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)

Parameter

component
Object

Die umzubenennende Komponente.

oldName
String

Der ursprüngliche Name der Komponente.

newName
String

Der neue Name der Komponente.

Gilt für: