WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellComboValueChangedEventArgs - WPF API Reference | Syncfusion DropDownSelectionChanged event. ">

    Show / Hide Table of Contents

    Class GridCellComboValueChangedEventArgs

    Provides data about the DropDownSelectionChanged event.

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    GridCellComboValueChangedEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellComboValueChangedEventArgs : SyncfusionRoutedEventArgs

    Constructors

    GridCellComboValueChangedEventArgs(RoutedEvent, Object)

    Intializes a new GridCellComboValueChangedEventArgs.

    Declaration
    public GridCellComboValueChangedEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event.

    System.Object source

    The source of the event.

    GridCellComboValueChangedEventArgs(RoutedEvent, Object, RowColumnIndex, Object)

    Intializes a new GridCellComboValueChangedEventArgs.

    Declaration
    public GridCellComboValueChangedEventArgs(RoutedEvent routedEvent, object source, RowColumnIndex cellRowColumnIndex, object selectedItem)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event.

    System.Object source

    Event source.

    RowColumnIndex cellRowColumnIndex

    The cell row column index.

    System.Object selectedItem

    The selected item in the combobox.

    Properties

    CellRowColumnIndex

    Gets the cell row column index.

    Declaration
    public RowColumnIndex CellRowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    SelectedItem

    Returns the selected item of the combobox.

    Declaration
    public object SelectedItem { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved