SmoApplication.ObjectRenamedEventHandler Delegate
The SmoApplication.ObjectRenamedEventHandler class represents the event handler that is used to handle events that occur when an object is renamed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
public delegate void ObjectRenamedEventHandler ( Object sender, ObjectRenamedEventArgs e )
/** @delegate */ public delegate void ObjectRenamedEventHandler ( Object sender, ObjectRenamedEventArgs e )
Parameters
- sender
An Object value that specifies the source of the event.
- e
A SmoEventArgs object that contains the event data.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.