Class PolicyChangedEventArgs

Definition

Namespace:
Tizen.Security.DevicePolicyManager
Assembly:
Tizen.Security.DevicePolicyManager.dll
API Level:
6

An extended EventArgs class contains the changed dpm policy state.

C#
Copy
public class PolicyChangedEventArgs : EventArgs
Inheritance
System.Object
PolicyChangedEventArgs

Properties

View Source

IsAllowed

Gets the current state of the policy.

Declaration
C#
Copy
public bool IsAllowed { get; }
Property Value
Type Description
Boolean
View Source

PolicyName

Gets the name of the changed policy.

Declaration
C#
Copy
public string PolicyName { get; }
Property Value
Type Description
System.String
Remarks

Each policy that can raise event has the name. The policy name value is in each policy class.