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

Editor_DataContextChanged() private méthode

private Editor_DataContextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void
        private void Editor_DataContextChanged(object sender, EventArgs e)
        {
            editorVm = editor.DataContext as EditorViewModel;
        }