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 Constructor

Initializes a new instance of the ComponentRenameEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal component As Object, _
   ByVal oldName As String, _
   ByVal newName As String _
)
[C#]
public ComponentRenameEventArgs(
   object component,
   string oldName,
   string newName
);
[C++]
public: ComponentRenameEventArgs(
   Object* component,
   String* oldName,
   String* newName
);
[JScript]
public function ComponentRenameEventArgs(
   component : Object,
   oldName : String,
   newName : String
);

Parameters

component
The component to be renamed.
oldName
The old name of the component.
newName
The current name of the component.

See Also

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