Click or drag to resize

DocumentStateChangeEventMask Constructor

Initializes a new instance of the DocumentStateChangeEventMask class.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DocumentStateChangeEventMask(
	DocumentState state,
	bool beforeEvent = false
)

Parameters

state
Type: Aloe.EnterpriseOne.Model.GeneralDocumentState
The state, against which to match.
beforeEvent (Optional)
Type: SystemBoolean
if set to true before events will be matched.
See Also