FilterPropertyHandler Delegate

Represents the method that will handle the FilterPropertyHandler 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 Function FilterPropertyHandler ( _
    serializer As SfcSerializer, _
    propertyArgs As FilterPropertyEventArgs _
) As Object
'Usage
Dim instance As New FilterPropertyHandler(AddressOf HandlerMethod)
public delegate Object FilterPropertyHandler(
    SfcSerializer serializer,
    FilterPropertyEventArgs propertyArgs
)
public delegate Object^ FilterPropertyHandler(
    SfcSerializer^ serializer, 
    FilterPropertyEventArgs^ propertyArgs
)
type FilterPropertyHandler = 
    delegate of 
        serializer:SfcSerializer * 
        propertyArgs:FilterPropertyEventArgs -> Object
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Return Value

Type: System.Object
An object that represents the property value.