ComponentRenameEventArgs::NewName Property

 

Gets the name of the component after the rename event.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
property String^ NewName {
	virtual String^ get();
}

Property Value

Type: System::String^

The name of the component after the rename event.

.NET Framework
Available since 1.1
Return to top
Show: