ComponentRenameEventArgs.NewName Propiedad

Definición

Obtiene el nombre del componente después del evento rename.

public:
 virtual property System::String ^ NewName { System::String ^ get(); };
public virtual string NewName { get; }
member this.NewName : string
Public Overridable ReadOnly Property NewName As String

Valor de propiedad

Nombre del componente después del evento rename.

Se aplica a

Consulte también