Click or drag to resize
WfEventArgs Constructor
Initializes a new instance of the WfEventArgs class

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

Parameters

result
Type: Slickflow.Engine.Core.ResultWfExecutedResult
See Also