PropertyChangingEventArgs Class

Provides data for the PropertyChangingEventHandler.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class PropertyChangingEventArgs : EventArgs
Inheritance
Object    EventArgs    PropertyChangingEventArgs

Constructors

PropertyChangingEventArgs Class constructor.

Properties

NewValue New value of the modified property.
OldValue Previous value of the modified property.
PropertyName Modified property name.

Extension Methods

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

See Also