TaskCompleteEventArgs Constructor

TaskCompleteEventArgs Constructor

Initializes a new instance of the TaskCompleteEventArgs class

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public TaskCompleteEventArgs(
	Task task,
	RhinoDoc doc
)
Public Sub New ( 
	task As Task,
	doc As RhinoDoc
)

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)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also