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