Search Results for

    Show / Hide Table of Contents

    Class DeviceAccessEventArgs

    Event arguments for the device access event.

    Inheritance
    Object
    DeviceAccessEventArgs
    Namespace: Colore.Events
    Assembly: Colore.dll
    Syntax
    public sealed class DeviceAccessEventArgs : EventArgs

    Constructors

    DeviceAccessEventArgs(Boolean)

    Initializes a new instance of the DeviceAccessEventArgs class.

    Declaration
    public DeviceAccessEventArgs(bool granted)
    Parameters
    Type Name Description
    Boolean granted

    Value indicating whether device access was granted.

    Properties

    Granted

    Gets a value indicating whether device access has been granted.

    Declaration
    public bool Granted { get; }
    Property Value
    Type Description
    Boolean
    In This Article
    Back to top Copyright © 2015-2022 by Adam Hellberg and Brandon Scott
    Generated by DocFX