docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class KeyEventArg<TK>

    Event arguments for key collections with add and delete notifications.

    Inheritance
    object
    EventArgs
    KeyEventArg<TK>
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VivoxUnity
    Assembly: VivoxUnity.dll
    Syntax
    public sealed class KeyEventArg<TK> : EventArgs
    Type Parameters
    Name Description
    TK

    The key type.

    Constructors

    KeyEventArg(TK)

    Constructor

    Declaration
    public KeyEventArg(TK key)
    Parameters
    Type Name Description
    TK key

    The key that uniquely identifies the item in the collection.

    Properties

    Key

    The key that uniquely identifies the item in the collection.

    Declaration
    public TK Key { get; set; }
    Property Value
    Type Description
    TK
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)