Поделиться через


EventData Класс

Определение

Базовый класс для события.

public ref class EventData abstract : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyList<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
public abstract class EventData : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string,object>>
type EventData = class
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
    interface IReadOnlyList<KeyValuePair<string, obj>>
type EventData = class
    interface IReadOnlyList<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
Public MustInherit Class EventData
Implements IEnumerable(Of KeyValuePair(Of String, Object)), IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IReadOnlyList(Of KeyValuePair(Of String, Object))
Наследование
EventData
Производный
Реализации

Конструкторы

EventData()

Базовый класс для события.

Поля

EventNamespace

Пространство имен события.

Свойства

Count

Число событий.

Item[Int32]

Базовый класс для события.

Явные реализации интерфейса

IEnumerable.GetEnumerator()

Базовый класс для события.

IEnumerable<KeyValuePair<String,Object>>.GetEnumerator()

Базовый класс для события.

IReadOnlyCollection<KeyValuePair<String,Object>>.Count

Базовый класс для события.

IReadOnlyList<KeyValuePair<String,Object>>.Item[Int32]

Базовый класс для события.

Применяется к