WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate RecordValueChangingEventHandler - WindowsForms API Reference | Syncfusion RecordValueChanging event of a Engine. ">

    Show / Hide Table of Contents

    Delegate RecordValueChangingEventHandler

    Represents a method that handles the cancel-able RecordValueChanging event of a Engine.

    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public delegate void RecordValueChangingEventHandler(object sender, RecordValueChangingEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The source of the event.

    RecordValueChangingEventArgs e

    The RecordValueChangingEventArgs contains the event data.

    Constructors

    RecordValueChangingEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, RecordValueChangingEventArgs, AsyncCallback, Object)

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

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