Notification.ButtonClicked Property

NotificationButtonClicked Property

An Action that will be invoked whenever a button for the notification is clicked or the notification is closed.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Action<ButtonType> ButtonClicked { get; set; }
Public Property ButtonClicked As Action(Of ButtonType)
	Get
	Set

Property Value

Type: ActionButtonType
Version Information

Rhino for Windows

Supported in: 6.14
See Also