Click or drag to resize

OKCancelTextBoxFormOKDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate bool OKDelegate(
	string text,
	ref string error
)

Parameters

text
Type: SystemString
error
Type: SystemString

Return Value

Type: Boolean
See Also