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 public delegate Object Operation(
Object parameter
)
Parameters
- parameter
- Type: SystemObject
Operation parameter.
Return Value
Type:
ObjectOperation result.
See Also