Click or drag to resize

SpecifyParametersForm Constructor

Initializes a new instance of the SpecifyParametersForm class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public SpecifyParametersForm(
	string caption,
	Object optionalObjectProvider,
	SpecifyParametersFormCheckDelegate checkHandler = null,
	SpecifyParametersFormOKDelegate okHandler = null
)

Parameters

caption
Type: SystemString
optionalObjectProvider
Type: SystemObject
checkHandler (Optional)
Type: NeoAxis.EditorSpecifyParametersFormCheckDelegate
okHandler (Optional)
Type: NeoAxis.EditorSpecifyParametersFormOKDelegate
See Also