Application Mode > Application Mode Events |
In application mode, there are five events that may fire, depending upon end-user permission settings and run-time interactions. You must write handlers for these two events:
Fired when the control needs to retrieve a bookmark. |
|
Fired when the control requires unbound data for display. |
The following three events are optional:
Fired when an unbound row needs to be modified. Required if AllowUpdate is True. |
|
Fired when a new row is added to the unbound dataset. Required if AllowAddNew is True. |
|
Fired when an unbound row needs to be deleted. Required if AllowDelete is True. |