Function GetEvent(Of TEventType As EventBase)() As TEventType
TEventType GetEvent<TEventType>() where TEventType: EventBase
Type Parameters
- TEventType
- The type of event to get.
Return Value
An instance of an event object of type TEventType.
Function GetEvent(Of TEventType As EventBase)() As TEventType
TEventType GetEvent<TEventType>() where TEventType: EventBase
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)