Interface IKeyedItemNotifyPropertyChanged<TK>
An interface for notifying the consumer of changes to an element in a typed collection.
Inherited Members
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 |