[]
Initializes the new ShowDialogEventArgs object with specific type and dialog.
public ShowDialogEventArgs(DialogType dialogType, Form dialog)
Public Sub New(dialogType As DialogType, dialog As Form)
| Type | Name | Description |
|---|---|---|
| DialogType | dialogType | The DialogType value. |
| Form | dialog | The Form object. |