AttributeChangeBusinessEventArgs Property |
Gets the arguments.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic DataAttributeChangeEventArgs Args { get; }
Public ReadOnly Property Args As DataAttributeChangeEventArgs
Get
public:
property DataAttributeChangeEventArgs^ Args {
DataAttributeChangeEventArgs^ get ();
}
member Args : DataAttributeChangeEventArgs with get
Property Value
Type:
DataAttributeChangeEventArgs
The arguments.
See Also