NotificationEventArgs Constructor |
Initializes a new instance of the NotificationEventArgs class
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public NotificationEventArgs(
string id,
string userData
)
Public Sub New (
id As String,
userData As String
)
new :
id : string *
userData : string -> NotificationEventArgs
Parameters
- id
- Type: SystemString
Identifier of the notification that was sent - userData
- Type: SystemString
Custom user data of the notification
See Also