EventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base class that for an event.
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))
- Inheritance
-
EventData
- Derived
- Implements
Constructors
EventData() |
Fields
EventNamespace |
The namespace of the event. |
Properties
Count |
The event count. |
Item[Int32] | Gets the element at the specified index in the read-only list. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | |
IEnumerable<KeyValuePair<String,Object>>.GetEnumerator() | |
IReadOnlyCollection<KeyValuePair<String,Object>>.Count | |
IReadOnlyList<KeyValuePair<String,Object>>.Item[Int32] |