WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate InvalidateAreaEventHandler - WindowsForms API Reference | Syncfusion Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateArea event of the StreamEditControl control. ">

    Show / Hide Table of Contents

    Delegate InvalidateAreaEventHandler

    Represents the method that will handle the Syncfusion.Windows.Forms.Edit.StreamEditControl.InvalidateArea event of the StreamEditControl control.

    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public delegate void InvalidateAreaEventHandler(StreamEditControl initiator, Rectangle areaToInvalidate);
    Parameters
    Type Name Description
    StreamEditControl initiator
    System.Drawing.Rectangle areaToInvalidate

    Constructors

    InvalidateAreaEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(StreamEditControl, Rectangle, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(StreamEditControl initiator, Rectangle areaToInvalidate, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StreamEditControl initiator
    System.Drawing.Rectangle areaToInvalidate
    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(StreamEditControl, Rectangle)

    Declaration
    public virtual void Invoke(StreamEditControl initiator, Rectangle areaToInvalidate)
    Parameters
    Type Name Description
    StreamEditControl initiator
    System.Drawing.Rectangle areaToInvalidate
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved