NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentRenameEventArgs.NewName

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;

Property Value

The current name of the component.

See Also

ComponentRenameEventArgs Class | ComponentRenameEventArgs Members | System.ComponentModel.Design Namespace | OldName