CADability dotNET
Delegate definition for the SelectionChangedEvent

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

Syntax

C#
public delegate void SelectionChangedDelegate(
	GeoPointProperty sender,
	bool isSelected
)
Visual Basic
Public Delegate Sub SelectionChangedDelegate ( _
	sender As GeoPointProperty, _
	isSelected As Boolean _
)
Visual C++
public delegate void SelectionChangedDelegate(
	GeoPointProperty^ sender, 
	bool isSelected
)

Parameters

sender
Type: CADability.UserInterface..::..GeoPointProperty
this object
isSelected
Type: System..::..Boolean
true if now selected, false otherwise

See Also