SmoApplication.ObjectCreatedEventHandler Delegate
The SmoApplication.ObjectCreatedEventHandler class represents the event handler that is used to handle events when an object is created.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
Public Delegate Sub ObjectCreatedEventHandler ( _
sender As Object, _
e As ObjectCreatedEventArgs _
)
public delegate void ObjectCreatedEventHandler (
Object sender,
ObjectCreatedEventArgs e
)
public delegate void ObjectCreatedEventHandler (
Object^ sender,
ObjectCreatedEventArgs^ e
)
/** @delegate */
public delegate void ObjectCreatedEventHandler (
Object sender,
ObjectCreatedEventArgs 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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.