Click or drag to resize

DocumentStateChangedBusinessEvent Constructor

Initializes a new instance of the DocumentStateChangedBusinessEvent class.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DocumentStateChangedBusinessEvent(
	DocumentState toState,
	Nullable<DocumentState> fromState = null
)

Parameters

toState
Type: Aloe.EnterpriseOne.Model.GeneralDocumentState
To state.
fromState (Optional)
Type: SystemNullableDocumentState
From state.
See Also