AvalonStudio.Behaviors.EditorToolTipBehavior.OnAttached C# (CSharp) Méthode

OnAttached() protected méthode

protected OnAttached ( ) : void
Résultat void
        protected override void OnAttached()
        {
            editor = AssociatedObject as TextEditor.TextEditor;

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

            base.OnAttached();
        }