ComponentRenameEventArgs.OldName Property

Definition

Gets the name of the component before the rename event.

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

Property Value

The previous name of the component.

Applies to

See also