ObjectTransactionDataAttributeChanged Field |
Fired when data attribute has changed
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic EventHandler<DataAttributeChangeEventArgs> DataAttributeChanged
Public DataAttributeChanged As EventHandler(Of DataAttributeChangeEventArgs)
public:
EventHandler<DataAttributeChangeEventArgs^>^ DataAttributeChanged
val mutable DataAttributeChanged: EventHandler<DataAttributeChangeEventArgs>
Field Value
Type:
EventHandlerDataAttributeChangeEventArgs
See Also