[]
        
(Showing Draft Content)

C1.Win.GanttView.ShowDialogEventArgs.-ctor

ShowDialogEventArgs Constructor

ShowDialogEventArgs(DialogType, Form)

Initializes the new ShowDialogEventArgs object with specific type and dialog.

Declaration
public ShowDialogEventArgs(DialogType dialogType, Form dialog)
Public Sub New(dialogType As DialogType, dialog As Form)
Parameters
Type Name Description
DialogType dialogType

The DialogType value.

Form dialog

The Form object.