CADability dotNET

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

Syntax

C#
public delegate bool DragSourceDelegate(
	bool isDragSource
)
Visual Basic
Public Delegate Function DragSourceDelegate ( _
	isDragSource As Boolean _
) As Boolean
Visual C++
public delegate bool DragSourceDelegate(
	bool isDragSource
)

Parameters

isDragSource
Type: System..::..Boolean

See Also