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
Syntaxpublic Action<ButtonType> ButtonClicked { get; set; }Public Property ButtonClicked As Action(Of ButtonType)
	Get
	Set
Property Value
Type: 
ActionButtonType
See Also