Share via


EventType::construct Method [AX 2012]

Instantiates an event type class from an event type class ID.

Syntax

client server public static EventType construct(EventTypeId id, EventTypeTrigger typeTrigger)

Run On

Called

Parameters

Return Value

Type: EventType Class
An instantiated event type class.

Remarks

Always use this method to construct an event type class.

See Also

EventType Class

EventType.pack Method

EventType.unpack Method