[]
Provides data for the ShowDialog event.
public class ShowDialogEventArgs : EventArgs
Name | Description |
---|---|
ShowDialogEventArgs(DialogType, Form) | Initializes the new ShowDialogEventArgs object with specific type and dialog. |
Name | Description |
---|---|
Dialog | Gets or sets the form to be shown as dialog. |
DialogType | Gets the dialog type. |