Grid Column - LostSelectionAccept Event
LostSelectionAccept happens when item is gets focus
Member of Grid Column (PRIM_GDCL)
| 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 |
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.
Febuary 18 V14SP2