Click or drag to resize

ProcessingForm Constructor

Initializes a new instance of the ProcessingForm class

Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public ProcessingForm(
	string caption,
	ProcessingFormCancelDelegate cancelHandler
)

Parameters

caption  String
 
cancelHandler  ProcessingFormCancelDelegate
 
See Also