NotificationUserData Property |
Gets or sets user data for the notification.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic string UserData { get; set; }
Public Property UserData As String
Get
Set
member UserData : string with 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