WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate PopupHandler

    Show / Hide Table of Contents

    Delegate PopupHandler

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate void PopupHandler(Component component, ref Message m);
    Parameters
    Type Name Description
    System.ComponentModel.Component component
    System.Windows.Forms.Message m

    Constructors

    PopupHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Component, ref Message, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(Component component, ref Message m, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.ComponentModel.Component component
    System.Windows.Forms.Message m
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(ref Message, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref Message m, IAsyncResult result)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    System.IAsyncResult result

    Invoke(Component, ref Message)

    Declaration
    public virtual void Invoke(Component component, ref Message m)
    Parameters
    Type Name Description
    System.ComponentModel.Component component
    System.Windows.Forms.Message m
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved