GetGroupedItems() 공개 메소드

public GetGroupedItems ( ) : IList
리턴 IList
 void clvw_ItemDragCompletedEvent(object sender, CatrobatListViewEventArgs e)
 {
     this.ItemsSource.CollectionChanged -= ItemsSource_CollectionChanged;
     DragTransfer(e.GetTmpControl(), e.GetOrignalContent(), e.GetGroupedItems());
     this.ItemsSource.CollectionChanged += ItemsSource_CollectionChanged;
 }