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