SmoApplication::ObjectRenamedEventHandler Delegate
The SmoApplication::ObjectRenamedEventHandler class represents the event handler that handles events that occur when an object is renamed.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public delegate void ObjectRenamedEventHandler( Object^ sender, ObjectRenamedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
An Object value that specifies the source of the event.
- e
-
Type:
Microsoft.SqlServer.Management.Smo::ObjectRenamedEventArgs^
A SmoEventArgs object that contains the event data.
Show: