Method GetEventPayload
GetEventPayload<T>()
Gets the payload data associated with this event.
public T? GetEventPayload<T>()
Returns
- T
The payload data, or null if the event has no payload.
Type Parameters
T
Gets the payload data associated with this event.
public T? GetEventPayload<T>()
The payload data, or null if the event has no payload.
T