Click or drag to resize

NotificationEventArgs Class

Event arguments when handling a notification event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsNotificationEventArgs

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public sealed class NotificationEventArgs : EventArgs

The NotificationEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNotificationEventArgs
Initializes a new instance of the NotificationEventArgs class
Top
Properties
  NameDescription
Public propertyID
Identifier of the notification that was sent
Public propertyUserData
Custom user data of the notification
Top
See Also