WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate GridCellComboValueChangedEventHandler - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate GridCellComboValueChangedEventHandler

    Represents the method that handles a DropDownSelectionChanged event which can be marked as handled.

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

    The object that originated this event.

    GridCellComboValueChangedEventArgs args

    The GridCellComboValueChangedEventArgs that contains the event data.

    Constructors

    GridCellComboValueChangedEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, GridCellComboValueChangedEventArgs, AsyncCallback, Object)

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

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