Exemplo n.º 1
0
 protected override void OnDetaching()
 {
     base.OnDetaching();
     LoadedWeakEventManager.RemoveListener(this.AssociatedObject, this);
 }
Exemplo n.º 2
0
        protected override void OnAttached()
        {
            base.OnAttached();

            LoadedWeakEventManager.AddListener(this.AssociatedObject, this);
        }