Click or drag to resize

DataAttributeBaseTObjectOnDataAttributeChanged Method

Raises the DataAttributeChanged event.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual void OnDataAttributeChanged(
	DataAttributeChangeEventArgs args
)

Parameters

args
Type: Aloe.SystemFrameworks.DomainDataAttributeChangeEventArgs
The DataAttributeChangeEventArgs instance containing the event data.

Implements

IDataAttributeOnDataAttributeChanged(DataAttributeChangeEventArgs)
See Also