Exemplo n.º 1
0
        private void OnClosing(ContentDialog sender, ContentDialogClosingEventArgs args)
        {
            _handler.UnloadVisibleItems();

            _zoomer.Opening      = null;
            _zoomer.Closing      = null;
            _zoomer.DownloadFile = null;
        }
Exemplo n.º 2
0
 public void Deactivate()
 {
     _isActive = false;
     _handler.UnloadVisibleItems();
 }
Exemplo n.º 3
0
 private void OnClosing(ContentDialog sender, ContentDialogClosingEventArgs args)
 {
     _handler.UnloadVisibleItems();
 }
Exemplo n.º 4
0
 public void UnloadVisibleItems()
 {
     _handler.UnloadVisibleItems();
 }
Exemplo n.º 5
0
 public void UnloadVisibleItems()
 {
     _handler.UnloadVisibleItems();
     _toolbarHandler.UnloadVisibleItems();
 }