Click or drag to resize

ObjectReferenceChangingBusinessEvent Constructor

Initializes a new instance of the ObjectReferenceChangingBusinessEvent class.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ObjectReferenceChangingBusinessEvent(
	ObjectReferenceChangeEventArgs args
)

Parameters

args
Type: Aloe.SystemFrameworks.DomainObjectReferenceChangeEventArgs
The ObjectReferenceChangeEventArgs instance containing the event data.
See Also