FieldChangedEventArgs Class

Field changed event args class.

Definition

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

Remarks

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

Constructors

FieldChangedEventArgs Class constructor.

Properties

FieldName Modified field name

Extension Methods

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

See Also