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