|
NXWidgets
1.19
|
#include <clistdataeventargs.hxx>

Public Member Functions | |
| CListDataEventArgs (CListData *source) | |
Public Member Functions inherited from NXWidgets::TEventArgs< T > | |
| TEventArgs (const T &source) | |
| virtual | ~TEventArgs () |
| const T & | getSource (void) const |
Event arguments passed to listeners when a CListData object raises an event.
Definition at line 103 of file clistdataeventargs.hxx.
|
inline |
Constructor.
| source | Pointer to the CListData object that raised the event. |
Definition at line 113 of file clistdataeventargs.hxx.
1.8.13