WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate StatusBarAdvPanel.PanelTextChanged

    Show / Hide Table of Contents

    Delegate StatusBarAdvPanel.PanelTextChanged

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate void PanelTextChanged(string text, string name);
    Parameters
    Type Name Description
    System.String text
    System.String name

    Constructors

    PanelTextChanged(Object, IntPtr)

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

    Methods

    BeginInvoke(String, String, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string text, string name, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String text
    System.String name
    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, String)

    Declaration
    public virtual void Invoke(string text, string name)
    Parameters
    Type Name Description
    System.String text
    System.String name
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved