Nevron.UI.WinForm.Controls Namespace / NTaskDialogEventArgs Class / NTaskDialogEventArgs Constructor


NTaskDialogEventArgs Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal dialog As NTaskDialog, _
   ByVal form As NForm, _
   ByVal notification As TaskDialogNotification _
)
 
'Usage
 
Dim dialog As NTaskDialog
Dim form As NForm
Dim notification As TaskDialogNotification
 
Dim instance As New NTaskDialogEventArgs(dialog, form, notification)

Parameters

dialog
form
notification
Requirements

Target Platforms: 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