Click or drag to resize
GameEvent Constructor (Object, Object)
Constructs a new event of the specified type and holding the passed event data.

Namespace: Slash.ECS.Events
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public GameEvent(
	Object eventType,
	Object eventData
)

Parameters

eventType
Type: SystemObject
Type of the new event.
eventData
Type: SystemObject
Data any listener might be interested in.
Exceptions
ExceptionCondition
ArgumentNullException Specified event type is null.
See Also