Click or drag to resize

AttributeChangeBusinessEvent Constructor

Initializes a new instance of the AttributeChangeBusinessEvent class.

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

Parameters

args
Type: Aloe.SystemFrameworks.DomainDataAttributeChangeEventArgs
The DataAttributeChangeEventArgs instance containing the event data.
See Also