Click or drag to resize

TaskCompleteEventArgs Constructor

Initializes a new instance of the TaskCompleteEventArgs class

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public TaskCompleteEventArgs(
	Task task,
	RhinoDoc doc
)

Parameters

task
Type: System.Threading.TasksTask

[Missing <param name="task"/> documentation for "M:Rhino.Input.Custom.TaskCompleteEventArgs.#ctor(System.Threading.Tasks.Task,Rhino.RhinoDoc)"]

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Input.Custom.TaskCompleteEventArgs.#ctor(System.Threading.Tasks.Task,Rhino.RhinoDoc)"]

See Also