Version

AlertButtonClickedEventArgs Constructor

Creates a new instance of the AlertButtonClickedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal button As UltraDesktopAlertButton, _
   ByVal windowInfo As UltraDesktopAlertWindowInfo, _
   ByVal closeWindow As Boolean _
)
public AlertButtonClickedEventArgs( 
   UltraDesktopAlertButton button,
   UltraDesktopAlertWindowInfo windowInfo,
   bool closeWindow
)

Parameters

button
The UltraDesktopAlertButton that was clicked.
windowInfo
The UltraDesktopAlertWindowInfo associated with the button that was clicked.
closeWindow
A boolean which indicates whether the desktop alert window should be closed when execution returns from this event.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also