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.OldName

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;

Property Value

The previous name of the component.

See Also

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