AvalonStudio.Behaviors.EditorToolTipBehavior.OnDetaching C# (CSharp) Метод

OnDetaching() защищенный Метод

protected OnDetaching ( ) : void
Результат void
        protected override void OnDetaching()
        {
            editorVm = null;

            if (editor != null)
            {
                editor.DataContextChanged -= Editor_DataContextChanged;

                editor = null;
            }

            base.OnDetaching();
        }