RhinoCommon API
NotificationButtonClickedArgs Constructor |
Creates a new instance.
Namespace: Rhino.Runtime.Notifications
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0
public NotificationButtonClickedArgs( Notification notification, ButtonType buttonClicked )
Public Sub New ( notification As Notification, buttonClicked As ButtonType )
Parameters
- notification
- Type: Rhino.Runtime.NotificationsNotification
The notification whose button was clicked. - buttonClicked
- Type: Rhino.Runtime.NotificationsButtonType
The button that was clicked.