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