Click or drag to resize
WfEventArgs Class
工作流Event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Slickflow.Engine.Core.EventWfEventArgs

Namespace: Slickflow.Engine.Core.Event
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class WfEventArgs : EventArgs

The WfEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodWfEventArgs
Initializes a new instance of the WfEventArgs class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyWfExecutedResult
工作项执行结果
Top
See Also