nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
EventSenderType
nulib
events
Gets the sender type of an event type
T
.
template
EventSenderType (
T
) {
alias
EventSenderType
=
SenderType
;
alias
EventSenderType
=
void
;
}
Members
Aliases
EventSenderType
alias
EventSenderType
=
SenderType
Undocumented in source.
EventSenderType
alias
EventSenderType
=
void
Undocumented in source.
Meta
Source
See Implementation
nulib
events
aliases
Event
enums
isEvent
structs
EventHandler
templates
EventArgs
EventSenderType
Gets the sender type of an event type T.