Microsoft.ManagementConsole.View.OnModeActionsChanged C# (CSharp) Method

OnModeActionsChanged() private method

private OnModeActionsChanged ( object source, ActionsPaneItemCollectionEventArgs e ) : void
source object
e ActionsPaneItemCollectionEventArgs
return void
        private void OnModeActionsChanged(object source, ActionsPaneItemCollectionEventArgs e)
        {
            this.ThrowIfShutdown("OnModeActionsChanged");
            if (this.Initialized)
            {
                this.SynchronizeModeActions();
            }
        }