FieldChangingEventArgs Class

Field changing event args class.

Definition

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

Remarks

Provides data for the event that occurs when the value of a field is changed.

Constructors

FieldChangingEventArgs Class constructor.

Properties

FieldName Modified field name.
NewValue New value of the modified field.
OldValue Previous value of the modified field.

Extension Methods

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

See Also