Show / Hide Table of Contents

Interface IPlaybackCustomEventHandler

Implement this interface if you want your class to be used for handeling custom events that are contained in the recording.

Namespace: RecordAndPlay.Playback
Assembly: RecordAndPlay.dll
Syntax
public interface IPlaybackCustomEventHandler
Remarks

If the subject passed in is null, then the event is a global one.

Methods

OnCustomEvent(SubjectRecording, CustomEventCapture)

Called while the playback of a recording is occuring when a custom event occurs.

Declaration
void OnCustomEvent(SubjectRecording subject, CustomEventCapture customEvent)
Parameters
Type Name Description
SubjectRecording subject

The subject the event is related too, null if it is a global event.

CustomEventCapture customEvent

The custom event.

Back to top Generated by DocFX