| 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
Public Event InputChanged As EventHandler
public:
event EventHandler^ InputChanged {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
member InputChanged : IEvent<EventHandler,
EventArgs>
Value
Type:
SystemEventHandlerRemarks
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