MessageBox.MsgBoxOption.Callback Field

GeonBit.UI

MessageBoxMsgBoxOptionCallback Field
Callback to run when clicked. Return false to leave message box opened (true will close it).

Namespace:  GeonBit.UI.Utils
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Func<bool> Callback

Field Value

Type: FuncBoolean
See Also