ComponentRenameEventArgs(Object, String, String) Konstruktor

Definice

Inicializuje novou instanci ComponentRenameEventArgs třídy.

public:
 ComponentRenameEventArgs(System::Object ^ component, System::String ^ oldName, System::String ^ newName);
public ComponentRenameEventArgs(object? component, string? oldName, string? newName);
public ComponentRenameEventArgs(object component, string oldName, string newName);
new System.ComponentModel.Design.ComponentRenameEventArgs : obj * string * string -> System.ComponentModel.Design.ComponentRenameEventArgs
Public Sub New (component As Object, oldName As String, newName As String)

Parametry

component
Object

Komponenta, která se má přejmenovat.

oldName
String

Starý název komponenty.

newName
String

Nový název komponenty.

Platí pro

Viz také