EditStatusChangingEventArgs Class

Edit status changing event args class.

Definition

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

Remarks

Provides data for an event that reports that the editing status is changing.

Constructors

EditStatusChangingEventArgs Class constructor.

Properties

NewStatus Gets the new status.
SourceId Gets the identifier corresponding to the source record.

Extension Methods

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

See Also