CodeDomDesignerLoader.OnComponentRename(Object, String, String) Metod

Definition

Genererar händelsen ComponentRename .

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)

Parametrar

component
Object

Komponenten som ska byta namn.

oldName
String

Komponentens ursprungliga namn.

newName
String

Komponentens nya namn.

Gäller för