DataAttributeChangeEventArgsChangedEvent Property |
Gets the changed business event.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic AttributeChangedBusinessEvent ChangedEvent { get; }
Public ReadOnly Property ChangedEvent As AttributeChangedBusinessEvent
Get
public:
property AttributeChangedBusinessEvent^ ChangedEvent {
AttributeChangedBusinessEvent^ get ();
}
member ChangedEvent : AttributeChangedBusinessEvent with get
Property Value
Type:
AttributeChangedBusinessEvent
The changed event.
See Also