This commit is contained in:
parent
e0e54c3e44
commit
a5d0baf8c3
@ -51,10 +51,10 @@ namespace VEPROMS.CSLA.Library
|
||||
ItemInfo ii = sender as ItemInfo;
|
||||
if (ii != null)
|
||||
{
|
||||
RefreshingList = true;
|
||||
IsReadOnly = false;
|
||||
Remove(ii);
|
||||
IsReadOnly = true;
|
||||
RefreshingList = true;
|
||||
this.OnListChanged(new ListChangedEventArgs(ListChangedType.ItemChanged, 0));
|
||||
RefreshingList = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user