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


In This Topic
    NTaskDialogEventArgs Constructor
    In This Topic
    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)
    public NTaskDialogEventArgs( 
       NTaskDialog dialog,
       NForm form,
       TaskDialogNotification 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