Click or drag to resize

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)
Since: 6.0
Syntax
public Action<ButtonType> ButtonClicked { get; set; }

Property Value

Type: ActionButtonType
See Also