Example #1
0
 public void Dispose()
 {
     if (iList != null)
     {
         iList.DeferredRefreshDisposed();
         iList = null;
     }
 }
Example #2
0
 public DeferredRefreshHandler(LazyLoadingList <ViewModelType, ContentType> aList)
 {
     iList = aList;
 }