SfcApplication::SfcObjectAlteredEventHandler Delegate

 

Represents the method that will handle the ObjectAltered 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)

public delegate void SfcObjectAlteredEventHandler(
	Object^ sender,
	SfcObjectAlteredEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event.

e
Type: Microsoft.SqlServer.Management.Sdk.Sfc::SfcObjectAlteredEventArgs^

The SfcObjectAlteredEventArgs object that contains the event data.

Return to top
Show: