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

OnShowPageContextMenu() protected méthode

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