System.ServiceModel.Activities.Presentation.BindingEditor.OnInitialized C# (CSharp) Метод

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

protected OnInitialized ( EventArgs e ) : void
e EventArgs
Результат void
        protected override void OnInitialized(EventArgs e)
        {
            base.OnInitialized(e);
            this.isInitializing = true;
            LoadBindings();
            this.ItemsSource = this.bindingElements;
            this.SelectedIndex = 0;
            this.isInitializing = false;
        }