Click or drag to resize

InputDialogOkButtonClicked Event

Event raised when the user clicks the OK button on the dialog.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event EventHandler<OkButtonClickedEventArgs> OkButtonClicked

Value

Type: SystemEventHandlerOkButtonClickedEventArgs
Remarks
Set the Cancel property to to prevent the dialog from closing.
See Also