-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Recording
-
RecordingSession
-
Methods
-
RecordEvent(RecordingEventType, String, Object?)
RecordEvent(RecordingEventType, String, Object?) Method
Definition
Records an event during the recording.
public void RecordEvent(RecordingEventType eventType, string description, object? data = null)
Parameters
- description
- String
Event description.
- data
- Object
Optional event data.