M_WolfCurses_Form_Input_InputForm_1_OnDialogResponse - Maxwolf/WolfCurses GitHub Wiki

InputForm(T).OnDialogResponse Method

Fired when the dialog receives favorable input and determines a response based on this. From this method it is common to attach another state, or remove the current state based on the response.

Namespace: WolfCurses.Form.Input
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected abstract void OnDialogResponse(
	DialogResponse reponse
)

Parameters

 

reponse
Type: WolfCurses.Form.Input.DialogResponse
The response the dialog parsed from simulation input buffer.

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

InputForm(T) Class
WolfCurses.Form.Input Namespace

⚠️ **GitHub.com Fallback** ⚠️