Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SmoApplication.ObjectRenamedEventHandler class represents the event handler that handles events that occur when an object is renamed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Delegate Sub ObjectRenamedEventHandler ( _
sender As Object, _
e As ObjectRenamedEventArgs _
)
'Usage
Dim instance As New ObjectRenamedEventHandler(AddressOf HandlerMethod)
public delegate void ObjectRenamedEventHandler(
Object sender,
ObjectRenamedEventArgs e
)
public delegate void ObjectRenamedEventHandler(
Object^ sender,
ObjectRenamedEventArgs^ e
)
type ObjectRenamedEventHandler =
delegate of
sender:Object *
e:ObjectRenamedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
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.