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.
Represents the method that will handle the ObjectCreated event. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Delegate Sub SfcObjectCreatedEventHandler ( _
sender As Object, _
e As SfcObjectCreatedEventArgs _
)
'Usage
Dim instance As New SfcObjectCreatedEventHandler(AddressOf HandlerMethod)
public delegate void SfcObjectCreatedEventHandler(
Object sender,
SfcObjectCreatedEventArgs e
)
public delegate void SfcObjectCreatedEventHandler(
Object^ sender,
SfcObjectCreatedEventArgs^ e
)
type SfcObjectCreatedEventHandler =
delegate of
sender:Object *
e:SfcObjectCreatedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectCreatedEventArgs
The SfcObjectCreatedEventArgs object that contains the event data.