ComponentOne VSFlexGrid 8.0
BeforeDataRefresh Event

Fired before reading data from the record source.

Syntax

Private Sub VSFlexGrid_BeforeDataRefresh(Cancel As Boolean)

Remarks

This event is fired when the control is bound to a recordset, immediately before a batch of data is loaded.

You may trap this event and prevent the data from being loaded if you wish. You may later force the data to be loaded by using the DataRefresh method.

 

 


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

Product Support Forum  |  Documentation Feedback