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