Class FlowItemUpdatedEventArgs
- Namespace
- CMS.Plugin.FlowManagement.Abstractions.FlowBusiness
- Assembly
- CMS.Plugin.FlowManagement.Abstractions.dll
更新工作项处理事件参数
public class FlowItemUpdatedEventArgs : FlowItemEventArgs
- Inheritance
-
FlowItemUpdatedEventArgs
- Inherited Members
Properties
OldFlowItemRow
旧的工作项数据
public FlowItem OldFlowItemRow { get; set; }
Property Value
PropertyNames
更新的工作项属性名称
public string[] PropertyNames { get; set; }
Property Value
- string[]