WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate DrawLineMarkEventHandler - WindowsForms API Reference | Syncfusion DrawLineMark and ContextPromptUpdate events of the EditControl control. ">

    Show / Hide Table of Contents

    Delegate DrawLineMarkEventHandler

    Represents the method that will handle the DrawLineMark and ContextPromptUpdate events of the EditControl control.

    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public delegate void DrawLineMarkEventHandler(object sender, DrawLineMarkEventArgs e);
    Parameters
    Type Name Description
    System.Object sender
    DrawLineMarkEventArgs e

    Constructors

    DrawLineMarkEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, DrawLineMarkEventArgs, AsyncCallback, Object)

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

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