AttributeChangedBusinessEvent Constructor |
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic AttributeChangedBusinessEvent(
DataAttributeChangeEventArgs args
)
Public Sub New (
args As DataAttributeChangeEventArgs
)
public:
AttributeChangedBusinessEvent(
DataAttributeChangeEventArgs^ args
)
new :
args : DataAttributeChangeEventArgs -> AttributeChangedBusinessEvent
Parameters
- args
- Type: Aloe.SystemFrameworks.DomainDataAttributeChangeEventArgs
The DataAttributeChangeEventArgs instance containing the event data.
See Also