pfc_prerefreshitem


pfcmain.pbl   >   pfc_u_lvs   >   pfc_prerefreshitem   

Full name pfc_u_lvs.pfc_prerefreshitem
Access public
Extend of
Return value
Prototype event pfc_prerefreshitem(integer,n_ds,long,ref listviewitem)

Name Datatype
No Data

Name Datatype
No Data

event pfc_prerefreshitem;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_PreRefreshItem
//
//	Arguments:	
//	ai_index		index of the item being refreshed
//	ads_obj		Datastore holding Listview item information
//	al_row		Row in datastore pointing to Listview Item
//	alvi_item	Listview item about to be refreshed.  
//						Passed by Reference
//
//	Returns:		None
//
//	Description:	Set the default attributes for the listview item.  
//
//		Note:		Extend this event to change item attributes before it is refreshed.
//					most likely will be the same as pfc_preinsert event
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////



end event

     
Name Owner
pfc_n_cst_lvsrv_datasource.pfc_refreshitem pfc_n_cst_lvsrv_datasource

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data