Click or drag to resize

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
)

Parameters

id
Type: SystemString
Identifier of the notification that was sent
userData
Type: SystemString
Custom user data of the notification
See Also