CADability dotNET
Delegate definition for the ExtentChangedEvent.

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

Syntax

C#
public delegate void ExtentChangedDelegate(
	BoundingCube newExtent
)
Visual Basic
Public Delegate Sub ExtentChangedDelegate ( _
	newExtent As BoundingCube _
)
Visual C++
public delegate void ExtentChangedDelegate(
	BoundingCube newExtent
)

Parameters

newExtent
Type: CADability..::..BoundingCube
The new extend of the model

See Also