Gets or sets the name of the component before the rename.
[Visual Basic] Overridable Public ReadOnly Property OldName As String [C#] public string OldName {virtual get;} [C++] public: __property virtual String* get_OldName(); [JScript] public function get OldName() : String;
The previous name of the component.
ComponentRenameEventArgs Class | ComponentRenameEventArgs Members | System.ComponentModel.Design Namespace | NewName