Click or drag to resize

SetOfEventData Properties

The SuspendableDocumentNodeBaseSetOfEventData type exposes the following members.

Properties
 NameDescription
Public propertyComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyCountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyIsReadOnly 
Public propertyItemGets or sets the value associated with the specified key.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyKeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryEventArgs, EventArgs)
Public propertyValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryEventArgs, EventArgs)
Top
See Also