public class FieldChangingEventArgs : EventArgs
Public Class FieldChangingEventArgs
Inherits EventArgs
FieldChangingEventArgs | Class constructor. |
FieldName | Modified field name. |
NewValue | New value of the modified field. |
OldValue | Previous value of the modified field. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |