API Documentation > Interface Classes > Class uifcListListener
Class uifcListListener

# include <uifcList.h>

class
uifcListListener
: public virtual
uifcComponentListener
{
xaideclare(uifcListListener)
...
};


Description
Method Summary
Method Detail
void
OnBeginDrag
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnCheckBoxActivate
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnKeyDown
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnDropNowhere
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnDragNowhere
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnDisplay
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnPreDisplay
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnItemActivate
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnItemHover
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnEndDrag
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnDrop
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnFocusOut
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnDragExit
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnFocusIn
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnDragMove
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnHelp
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnItemSelect
(uifcList_ptr handle)
Parameters:
handle
Returns:
void
OnDragEnter
(uifcList_ptr handle)
Parameters:
handle
Returns:
Was this helpful?