selectionchanged


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_srvlinkage2   >   ddlb_updatestyle   >   selectionchanged   

Full name pfc_u_tabpg_dwproperty_srvlinkage2.ddlb_updatestyle.selectionchanged
Access public
Extend of
Return value
Prototype event selectionchanged()

Name Datatype
No Data

Name Datatype
No Data

event selectionchanged;call super::selectionchanged;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  		selectionchanged
//
//	Arguments:  	
//	index New selection
//
//	Returns:   	None
//
//	Description:  	
//	Notification that the update style has been changed.
//	Store the last selected style.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

ii_updatestyle = index

// If custom index (5).  Make the object available.
ddlb_customupdate.Enabled = (index = 5)

end event

     
Name Owner
pfc_u_tabpg_dwproperty_srvlinkage2.pfc_propertypopulate pfc_u_tabpg_dwproperty_srvlinkage2

     
Name Owner
dropdownlistbox.selectionchanged dropdownlistbox

     
Full name
pfc_u_tabpg_dwproperty_srvlinkage2

     
Name Scope
No Data