Click or drag to resize

Operation Delegate

Signature of a method that performs an operation.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate Object Operation(
	Object parameter
)

Parameters

parameter  Object
Operation parameter.

Return Value

Object
Operation result.
See Also