menu

WinForms

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

    Show / Hide Table of Contents

    Delegate ChangingStreamEventHandler

    Represents the method that will handle the ChangingStream event of the EditControl control.

    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public delegate void ChangingStreamEventHandler(ref bool processed);
    Parameters
    Type Name Description
    System.Boolean processed

    Constructors

    ChangingStreamEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(ref Boolean, AsyncCallback, Object)

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

    EndInvoke(ref Boolean, IAsyncResult)

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

    Invoke(ref Boolean)

    Declaration
    public virtual void Invoke(ref bool processed)
    Parameters
    Type Name Description
    System.Boolean processed
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved