docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IKeyedItemNotifyPropertyChanged<TK>

    An interface for notifying the consumer of changes to an element in a typed collection.

    Inherited Members
    INotifyPropertyChanged.PropertyChanged
    Namespace: VivoxUnity
    Assembly: VivoxUnity.dll
    Syntax
    public interface IKeyedItemNotifyPropertyChanged<out TK> : INotifyPropertyChanged
    Type Parameters
    Name Description
    TK

    The key type.

    Properties

    Key

    The unique identifier for the element that raises the property changed event.

    Declaration
    TK Key { get; }
    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)