dragdrop


pfcmain.pbl   >   pfc_u_tvs   >   dragdrop   

Full name pfc_u_tvs.dragdrop
Access public
Extend of
Return value
Prototype event dragdrop()

Name Datatype
No Data

Name Datatype
No Data

event dragdrop;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  DragDrop
//
//	Description:	Save the handle of the item that is being
//						dropped on in the instance variable il_DragTarget.
//						The user should extend this script to allow dragging
//						and dropping TreeView items from one branch to
//						another.  il_DragSource will equal the handl of the
//						item being dropped.
//
//						NOTE:  You should verify that source is this TreeView
//						control.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

il_DragTarget = handle

end event

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data