DataLoaded Event
Applies To
fpSpread control
Description
Occurs after data in a data bound Spread control has been loaded from the data source.
Syntax
C++
afx_msg void OnDataLoadedfpSpread(UINT, int, CWnd*, LPVOID);
Visual Basic
Sub fpSpread_DataLoaded()
Remarks
This event occurs for bound fpSpread controls.
Use the SheetSendingEvent property if you want to return the sheet for which this event occured.
See Also
DataFillEvent, SheetSendingEvent properties
GetDataFillData, SetDataFillData methods