CalculatedDataAttributeDataAttributeChanged Event |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic event EventHandler<DataAttributeChangeEventArgs> DataAttributeChanged
Public Event DataAttributeChanged As EventHandler(Of DataAttributeChangeEventArgs)
public:
virtual event EventHandler<DataAttributeChangeEventArgs^>^ DataAttributeChanged {
void add (EventHandler<DataAttributeChangeEventArgs^>^ value);
void remove (EventHandler<DataAttributeChangeEventArgs^>^ value);
}
abstract DataAttributeChanged : IEvent<EventHandler<DataAttributeChangeEventArgs>,
EventArgs>
override DataAttributeChanged : IEvent<EventHandler<DataAttributeChangeEventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerDataAttributeChangeEventArgsImplements
IDataAttributeDataAttributeChanged
See Also