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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate Object Operation(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Operation parameter.

Return Value

Type: Object
Operation result.
See Also