Click or drag to resize

ObjectSelectionDelegate Delegate

Delegate of Selection event

Namespace:  CodeStack.SwEx.AddIn.Delegates
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public delegate bool ObjectSelectionDelegate(
	DocumentHandler docHandler,
	swSelectType_e selType,
	SelectionState_e state
)

Parameters

docHandler
Type: CodeStack.SwEx.AddIn.CoreDocumentHandler
Document Handler which sends this notification
selType
Type: swSelectType_e
Type of the selected object as defined in swSelectType_e enumeration
state
Type: CodeStack.SwEx.AddIn.EnumsSelectionState_e
Type of the selection operation

Return Value

Type: Boolean
Return false if UserPreSelect to cancel the user selection
See Also