PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSDockingPanel.PanelVisibilityChangedHandler

    Delegate for Panel Visibility Event

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void PanelVisibilityChangedHandler(string panel, bool visible);
    Parameters
    Type Name Description
    System.String panel
    System.Boolean visible

    Constructors

    PanelVisibilityChangedHandler(Object, IntPtr)

    Declaration
    public PanelVisibilityChangedHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(String, Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string panel, bool visible, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String panel
    System.Boolean visible
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(String, Boolean)

    Declaration
    public virtual void Invoke(string panel, bool visible)
    Parameters
    Type Name Description
    System.String panel
    System.Boolean visible