ComponentOne List 8.0 for ActiveX
Unbound Mode Events

In DataMode 1 - Unbound, the list fires one event when it needs to determine a relative bookmark, another when it needs to fetch data rows. The first event is optional and can be implemented to improve performance; the second event is mandatory:

UnboundGetRelativeBookMark

Fired when the control needs to retrieve a bookmark.

UnboundReadData

Fired when the control requires unbound data for display.

In DataMode 2 - Unbound Extended, the list fires a single event to acquire both data and relative bookmarks. This event is mandatory:

UnboundReadDataEx

Fired when the control needs to retrieve a bookmark or requires unbound data for display.

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback