public GridItemsEventArgs(GridItemType type, List<MapItem> items) { this.m_Type = type; this.m_Items = items; }