NotificationEventArgs Class

Base argument class used in notification events.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class NotificationEventArgs : EventArgs
Inheritance
Object    EventArgs    NotificationEventArgs
Derived

Constructors

NotificationEventArgs Constructor class.

Properties

Notification Gets the notification associated with the event.

Extension Methods

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

See Also