menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate ParsePointDeletedEventHandler - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate ParsePointDeletedEventHandler

    Represents the method that will handle the ParsePoint Deleted event.

    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public delegate void ParsePointDeletedEventHandler(ParsePoint point, long lNewOffset);
    Parameters
    Type Name Description
    Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint point
    System.Int64 lNewOffset

    Constructors

    ParsePointDeletedEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(ParsePoint, Int64, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(ParsePoint point, long lNewOffset, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint point
    System.Int64 lNewOffset
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(ParsePoint, Int64)

    Declaration
    public virtual void Invoke(ParsePoint point, long lNewOffset)
    Parameters
    Type Name Description
    Syncfusion.Windows.Forms.Edit.Implementation.IO.ParsePoint point
    System.Int64 lNewOffset
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved