+ virtual wxEvent *Clone() const { return new wxListEvent(*this); }
+
+//protected: -- not for backwards compatibility
+ int m_code;
+ long m_oldItemIndex; // only for wxEVT_COMMAND_LIST_CACHE_HINT
+ long m_itemIndex;
+ int m_col;
+ wxPoint m_pointDrag;
+
+ wxListItem m_item;