Policy.PolicyEvaluationStartedEventHandler Delegate

Definition

Signals the start of policy execution.

public delegate void Policy.PolicyEvaluationStartedEventHandler(object sender, EventArgs e);
type Policy.PolicyEvaluationStartedEventHandler = delegate of obj * EventArgs -> unit
Public Delegate Sub Policy.PolicyEvaluationStartedEventHandler(sender As Object, e As EventArgs)

Parameters

sender
Object

Applies to