ComponentFactory.Krypton.Docking.KryptonDockingManager.OnShowWorkspacePageContextMenu C# (CSharp) Méthode

OnShowWorkspacePageContextMenu() protected méthode

Raises the ShowWorkspacePageContextMenu event.
protected OnShowWorkspacePageContextMenu ( ContextPageEventArgs e ) : void
e ContextPageEventArgs An ContextPageEventArgs containing the event args.
Résultat void
        protected virtual void OnShowWorkspacePageContextMenu(ContextPageEventArgs e)
        {
            if (ShowWorkspacePageContextMenu != null)
                ShowWorkspacePageContextMenu(this, e);
        }
KryptonDockingManager