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

In This Topic
    ShowLinkDialogEventArgs 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, _
       ByVal predecessor As Predecessor _
    )
    public ShowLinkDialogEventArgs( 
       DialogType dialogType,
       System.Windows.Forms.Form dialog,
       Predecessor predecessor
    )

    Parameters

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