ComponentRenameEventArgs(Object, String, String) Constructeur

Définition

Initialise une nouvelle instance de la classe ComponentRenameEventArgs.

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)

Paramètres

component
Object

Composant à renommer.

oldName
String

Ancien nom du composant.

newName
String

Nouveau nom du composant.

S’applique à

Voir aussi