Table of Contents

Delegate EventHandler<TEvent>

Namespace
Sdl3Sharp.Events
Assembly
Sdl3Sharp.dll

Represents a method that handles events of a specific type

public delegate void EventHandler<TEvent>(ref readonly TEvent @event)

Parameters

event TEvent

The event to handle

Type Parameters

TEvent

The type of event to handle