你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotifyDictionaryItemRemovedEventArgs<TKey,TValue> 类

定义

为项删除导致的 DictionaryChanged 事件提供数据。

public class NotifyDictionaryItemRemovedEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryTransactionalEventArgs<TKey,TValue>
type NotifyDictionaryItemRemovedEventArgs<'Key, 'Value> = class
    inherit NotifyDictionaryTransactionalEventArgs<'Key, 'Value>
Public Class NotifyDictionaryItemRemovedEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryTransactionalEventArgs(Of TKey, TValue)

类型参数

TKey

中的键的类型。

TValue

的值的类型。

继承

构造函数

NotifyDictionaryItemRemovedEventArgs<TKey,TValue>(ITransaction, TKey)

初始化 的新实例

属性

Action

获取引起该事件的操作。

(继承自 NotifyDictionaryChangedEventArgs<TKey,TValue>)
Key

获取键。

Transaction

获取操作所属的事务。

(继承自 NotifyDictionaryTransactionalEventArgs<TKey,TValue>)

适用于