DataUpdatedEventArgs Class

Data updated event args class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class DataUpdatedEventArgs
Inheritance
Object    DataUpdatedEventArgs

Remarks

Provides data for an event that reports the data has been updated.

Constructors

Properties

NewData Get the new data.
OldData Get the old data.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also