ExecuteItemOperation Delegate |
Represents a method executing an action on a PFItem.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public delegate void ExecuteItemOperation(
PFItem item
)
Parameters
- item
- Type: Packflow.CorePFItem
The item.
See Also