ComponentOne GanttView for WinForms
ShowDialogEventArgs Constructor

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > ShowDialogEventArgs Class : ShowDialogEventArgs Constructor
The DialogType value.
The System.Windows.Forms.Form object.
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

Reference

ShowDialogEventArgs Class
ShowDialogEventArgs Members