Struct ApplicationEvent
Namespace: SF.Events
Assembly: cs.temp.dll.dll
Syntax
public struct ApplicationEvent
Constructors
ApplicationEvent(ApplicationEventTypes)
Declaration
public ApplicationEvent(ApplicationEventTypes eventType)
Parameters
Type | Name | Description |
---|---|---|
ApplicationEventTypes | eventType |
Fields
EventType
Declaration
public ApplicationEventTypes EventType
Field Value
Type | Description |
---|---|
ApplicationEventTypes |
Methods
Trigger(ApplicationEventTypes)
Declaration
public static void Trigger(ApplicationEventTypes eventType)
Parameters
Type | Name | Description |
---|---|---|
ApplicationEventTypes | eventType |