System.Windows.Forms.CommandBarContextMenu.OnPopup C# (CSharp) Method

OnPopup() protected method

protected OnPopup ( EventArgs e ) : void
e System.EventArgs
return void
        protected override void OnPopup(EventArgs e)
        {
            base.OnPopup(e);
            this.UpdateItems();
        }