Microsoft.ManagementConsole.SelectionData.OnActionsPaneItemsChanged C# (CSharp) Method

OnActionsPaneItemsChanged() private method

private OnActionsPaneItemsChanged ( object sender, ActionsPaneItemCollectionEventArgs e ) : void
sender object
e ActionsPaneItemCollectionEventArgs
return void
        private void OnActionsPaneItemsChanged(object sender, ActionsPaneItemCollectionEventArgs e)
        {
            this.ThrowIfViewShutdown("OnActionsPaneItemsChanged");
            if (this._view.Initialized)
            {
                this._view.OnSelectionActionsChanged(this._actionsPaneItems.Data);
            }
        }