Class RecordedEvent
An immutable snapshot of a single UIA event captured during a recording session.
public sealed record RecordedEvent : IEquatable<RecordedEvent>
- Inheritance
-
RecordedEvent
- Implements
- Inherited Members
Properties
Element
public ElementInfo Element { get; init; }
Property Value
Key
The key name for KeyDown events.
public string? Key { get; init; }
Property Value
Kind
public EventKind Kind { get; init; }
Property Value
Sequence
public int Sequence { get; init; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; init; }
Property Value
Url
The destination URL for Navigate events (web recorder only).
public string? Url { get; init; }
Property Value
Value
The new value for ValueChanged events.
public string? Value { get; init; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.