NotificationIHandlerUserData Property |
Gets or sets user data for the notification.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax string UserData { get; set; }
Property UserData As String
Get
Set
abstract UserData : string with get, set
Property Value
Type:
StringRemarks
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