API Documentation > Interface Classes > Class uifcLayoutListener
Class uifcLayoutListener

# include <uifcLayout.h>

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


Description
Method Summary
Method Detail
void
OnMouseWheel
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
void
OnDrop
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
void
OnDragExit
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
void
OnDisplay
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
void
OnDestroy
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
void
OnDragMove
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
void
OnHelp
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
void
OnPreDisplay
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
void
OnDragEnter
(uifcLayout_ptr handle)
Parameters:
handle
Returns:
Was this helpful?