Class PolicyChangedEventArgs

    Definition

    Namespace:
    Tizen.Security.DevicePolicyManager
    Assembly:
    Tizen.Security.DevicePolicyManager.dll

    An extended EventArgs class contains the changed dpm policy state.

    public class PolicyChangedEventArgs : EventArgs
    Inheritance
    object
    PolicyChangedEventArgs

    Properties

    View Source

    IsAllowed

    Gets the current state of the policy.

    Declaration
    public bool IsAllowed { get; }
    Property Value
    Type Description
    bool
    View Source

    PolicyName

    Gets the name of the changed policy.

    Declaration
    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.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX