DataDeletingEventArgs Class

Data deleting event args class.

Definition

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

Remarks

Provides data for an event that reports the data to be deleted.

Constructors

DataDeletingEventArgs Class constructor.

Properties

Data Get the data.

Extension Methods

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

See Also