Grid Column - LostSelectionAccept Event
LostSelectionAccept happens when item is gets focus
Member of Grid Column (PRIM_GDCL)
Parameters
Name | Type | Data Type | Description |
|---|---|---|---|
Accept | *Both | Boolean | Set to false to prevent the event from proceeding |
Reason | *Input | Enumeration | Action 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.