Class KeyEventArg<TK>
Event arguments for key collections with add and delete notifications.
Inherited Members
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 |