Click or drag to resize

InputDialogInputChanged Event

Event raised when the value of the Input property changes.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event EventHandler InputChanged

Value

Type: SystemEventHandler
Remarks
The value of the Input property is updated only when the user clicks OK and the dialog is closed, not while the user is using the dialog.
See Also