IPolicyProfile.OnPolicyChanged Event

Definition

An event that is called whenever the underlying policy is changed.

event EventHandler<Microsoft.InformationProtection.PolicyChangedEventArgs> OnPolicyChanged;
member this.OnPolicyChanged : EventHandler<Microsoft.InformationProtection.PolicyChangedEventArgs> 
Event OnPolicyChanged As EventHandler(Of PolicyChangedEventArgs) 

Event Type

Remarks

To load the new policy it is necessary to call AddEngineAsync(PolicyEngineSettings) again with the engine Id given by EngineId

Applies to