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

OnPageWorkspaceRequest() protected méthode

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