Share via


Policy.PolicyEvaluationFinishedEventHandler Delegate

Represents the arguments that are passed to the event handler when a policy evaluation finishes.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Delegate Sub PolicyEvaluationFinishedEventHandler ( _
    sender As Object, _
    e As Policy.PolicyEvaluationFinishedEventArgs _
)
'Usage
Dim instance As New PolicyEvaluationFinishedEventHandler(AddressOf HandlerMethod)
public delegate void PolicyEvaluationFinishedEventHandler(
    Object sender,
    Policy.PolicyEvaluationFinishedEventArgs e
)
public delegate void PolicyEvaluationFinishedEventHandler(
    Object^ sender, 
    Policy.PolicyEvaluationFinishedEventArgs^ e
)
type PolicyEvaluationFinishedEventHandler = 
    delegate of  
        sender:Object * 
        e:Policy.PolicyEvaluationFinishedEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

Microsoft.SqlServer.Management.Dmf Namespace