public DragItemData(DragAndDropListView listView) { m_listView = listView; m_dragItems = new ArrayList(); }