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; }
Public Property ButtonClicked As Action(Of ButtonType)
Get
Set
Property Value
Type:
ActionButtonTypeSee Also