Class PolicyChangedEventArgs
Definition
- Namespace:
- Tizen.Security.DevicePolicyManager
- Assembly:
- Tizen.Security.DevicePolicyManager.dll
An extended EventArgs class contains the changed dpm policy state.
[Obsolete("Deprecated since API level 11.")]
public class PolicyChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPolicyChangedEventArgs
Properties
View SourceIsAllowed
Gets the current state of the policy.
Declaration
[Obsolete("Deprecated since API level 11.")]
public bool IsAllowed { get; }
Property Value
Type | Description |
---|---|
bool |
PolicyName
Gets the name of the changed policy.
Declaration
[Obsolete("Deprecated since API level 11.")]
public string PolicyName { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Each policy that can raise event has the name. The policy name value is in each policy class.