Exemplo n.º 1
0
 private void OnTileManager_TileDragging(object sender, TileDraggingEventArgs e)
 {
     if (_vm != null)
     {
         _vm.SuspendUpdates();
     }
 }