Search Results for

    Show / Hide Table of Contents

    Class AboutToTheShowContextMenuOnMenuButton

    A specialized event handler signature for the control's event .

    Namespace: Binarymission.WinForms.Controls.ButtonControls
    Assembly: Binarymission.WinForms.Controls.BinarySmartButton.dll
    Syntax
    public sealed class AboutToTheShowContextMenuOnMenuButton : MulticastDelegate

    Constructors

    AboutToTheShowContextMenuOnMenuButton(Object, IntPtr)

    Declaration
    public AboutToTheShowContextMenuOnMenuButton(object object, IntPtr method)
    Parameters
    Type Name Description
    Object object
    IntPtr method

    Methods

    BeginInvoke(Object, ref Boolean, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, ref bool cancelTheEventNow, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Object sender
    Boolean cancelTheEventNow
    AsyncCallback callback
    Object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(ref Boolean, IAsyncResult)

    Declaration
    public virtual void EndInvoke(ref bool cancelTheEventNow, IAsyncResult result)
    Parameters
    Type Name Description
    Boolean cancelTheEventNow
    IAsyncResult result

    Invoke(Object, ref Boolean)

    Declaration
    public virtual void Invoke(object sender, ref bool cancelTheEventNow)
    Parameters
    Type Name Description
    Object sender
    Boolean cancelTheEventNow
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.