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 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)
Syntax
'Declaration
Public Delegate Sub ObjectRenamedEventHandler ( _
sender As Object, _
e As ObjectRenamedEventArgs _
)
public delegate void ObjectRenamedEventHandler (
Object sender,
ObjectRenamedEventArgs e
)
public delegate void ObjectRenamedEventHandler (
Object^ sender,
ObjectRenamedEventArgs^ e
)
/** @delegate */
public delegate void ObjectRenamedEventHandler (
Object sender,
ObjectRenamedEventArgs e
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
An Object value that specifies the source of the event.
- e
A SmoEventArgs object that contains the event data.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Example
How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET
Platforms
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.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace