WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate DrawToolbarItemEventHandler - WindowsForms API Reference | Syncfusion DrawToolbarItem event of the BarItem class. ">

    Show / Hide Table of Contents

    Delegate DrawToolbarItemEventHandler

    Represents the method that will handle the DrawToolbarItem event of the BarItem class.

    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate void DrawToolbarItemEventHandler(object sender, DrawToolbarItemEventArgs drawItemInfo);
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    DrawToolbarItemEventArgs drawItemInfo

    A DrawToolbarItemEventArgs that contains the event data.

    Constructors

    DrawToolbarItemEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, DrawToolbarItemEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, DrawToolbarItemEventArgs drawItemInfo, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    DrawToolbarItemEventArgs drawItemInfo
    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(Object, DrawToolbarItemEventArgs)

    Declaration
    public virtual void Invoke(object sender, DrawToolbarItemEventArgs drawItemInfo)
    Parameters
    Type Name Description
    System.Object sender
    DrawToolbarItemEventArgs drawItemInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved