Delegato Policy.PolicyEvaluationStartedEventHandler
The PolicyEvaluationStartedEventHandler class represents the event handler that handles the event that occurs when the evaluation of a policy has started.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Delegate Sub PolicyEvaluationStartedEventHandler ( _
sender As Object, _
e As EventArgs _
)
'Utilizzo
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 supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.
Parametri
- sender
Tipo: System. . :: . .Object
An Object value that specifies the source of the event.
- e
Tipo: System. . :: . .EventArgs
A PolicyEvaluationStartedEventArgs object that contains the event data.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.