Délégué Policy.PolicyEvaluationStartedEventHandler
The PolicyEvaluationStartedEventHandler class represents the event handler that handles the event that occurs when the evaluation of a policy has started.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Delegate Sub PolicyEvaluationStartedEventHandler ( _
sender As Object, _
e As EventArgs _
)
'Utilisation
Dim instance As New PolicyEvaluationStartedEventHandler(AddressOf HandlerMethod)
public delegate void PolicyEvaluationStartedEventHandler(
Object sender,
EventArgs e
)
public delegate void PolicyEvaluationStartedEventHandler(
Object^ sender,
EventArgs^ e
)
type PolicyEvaluationStartedEventHandler =
delegate of
sender:Object *
e:EventArgs -> unit
JScript prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.
Paramètres
- sender
Type : System. . :: . .Object
An Object value that specifies the source of the event.
- e
Type : System. . :: . .EventArgs
A PolicyEvaluationStartedEventArgs object that contains the event data.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.