Click or drag to resize

OkButtonClickedEventArgs Constructor

Initializes a new instance of the OkButtonClickedEventArgs class with the specified input text and input box window.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public OkButtonClickedEventArgs(
	string input,
	IWin32Window inputBoxWindow
)

Parameters

input
Type: SystemString
The current value of the input field on the dialog.
inputBoxWindow
Type: System.Windows.FormsIWin32Window
The input box window.
See Also