Click or drag to resize

NotificationUserData Property

Gets or sets user data for the notification.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string UserData { get; set; }

Property Value

Type: String
Remarks
Use this to store application-specific data that would be useful for knowing what caused the notification. The data you store would usually determine what action to perform in the application. This is returned via NotificationActivated via the NotificationEventArgs.
See Also