WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GridDataCurrentCellValidatingEventHandler - WPF API Reference | Syncfusion CurrentCellValidating event. ">

    Show / Hide Table of Contents

    Delegate GridDataCurrentCellValidatingEventHandler

    Delegate for CurrentCellValidating event.

    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public delegate void GridDataCurrentCellValidatingEventHandler(object sender, GridDataCurrentCellValidatingEventArgs args);
    Parameters
    Type Name Description
    System.Object sender
    GridDataCurrentCellValidatingEventArgs args

    Constructors

    GridDataCurrentCellValidatingEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, GridDataCurrentCellValidatingEventArgs, AsyncCallback, Object)

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

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