ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / ShowDialogEventArgs Class / ShowDialogEventArgs Constructor
The DialogType value.
The System.Windows.Forms.Form object.

In This Topic
    ShowDialogEventArgs Constructor
    In This Topic
    Initializes the new ShowDialogEventArgs object with specific type and dialog.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal dialogType As DialogType, _
       ByVal dialog As System.Windows.Forms.Form _
    )
    public ShowDialogEventArgs( 
       DialogType dialogType,
       System.Windows.Forms.Form dialog
    )

    Parameters

    dialogType
    The DialogType value.
    dialog
    The System.Windows.Forms.Form object.
    See Also