Grid Column - LostSelectionAccept Event

LostSelectionAccept happens when item is gets focus

Member of Grid Column (PRIM_GDCL)

Parameters

NameTypeData TypeDescription
Accept*BothBooleanSet to false to prevent the event from proceeding
Reason*InputEnumerationAction that triggered the event

Details

The LostSelectionAccept event is triggered immediately before the LostSelection event.
 
It is not a replacement for the LostSelection event, instead providing an opportunity for selection processing to be interrupted.
 
Set the Accept parameter to False to prevent focus changing.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2