Exemple #1
0
 private void MoveJavascriptCollection(IJavascriptViewModelUpdater viewModelUpdater, IJavascriptObject item, int oldIndex, int newIndex)
 {
     viewModelUpdater?.MoveCollectionItem(CachableJsValue, item, oldIndex, newIndex);
 }
Exemple #2
0
 public void MoveJavascriptCollection(IJavascriptObject item, int oldIndex, int newIndex)
 {
     _ViewModelUpdater?.MoveCollectionItem(MappedJSValue, item, oldIndex, newIndex);
 }