Click or drag to resize

Operation Delegate

Signature of a method that performs an operation.

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

Parameters

parameter
Type: SystemObject
Operation parameter.

Return Value

Type: Object
Operation result.
See Also