| InputDialogOnInputChanged Method |
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected virtual void OnInputChanged(
EventArgs e
)
Protected Overridable Sub OnInputChanged (
e As EventArgs
)
protected:
virtual void OnInputChanged(
EventArgs^ e
)
abstract OnInputChanged :
e : EventArgs -> unit
override OnInputChanged :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
The EventArgs containing data for the event.
See Also