CADability dotNET

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public delegate void ProjectClosedDelegate(
	Project theProject,
	IFrame theFrame
)
Visual Basic
Public Delegate Sub ProjectClosedDelegate ( _
	theProject As Project, _
	theFrame As IFrame _
)
Visual C++
public delegate void ProjectClosedDelegate(
	Project^ theProject, 
	IFrame^ theFrame
)

Parameters

theProject
Type: CADability..::..Project
theFrame
Type: CADability..::..IFrame

See Also