menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridCurrentCellValueChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridCurrentCellValueChangedEventArgs

    Provides data for CurrentCellValueChanged event.

    Inheritance
    System.Object
    System.EventArgs
    TreeGridCurrentCellValueChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridCurrentCellValueChangedEventArgs : EventArgs

    Constructors

    TreeGridCurrentCellValueChangedEventArgs()

    Initializes a new instance of TreeGridCurrentCellValueChangedEventArgs class.

    Declaration
    public TreeGridCurrentCellValueChangedEventArgs()

    Properties

    Column

    Gets the TreeGridColumn of the corresponding cell value triggers this event.

    Declaration
    public TreeGridColumn Column { get; }
    Property Value
    Type Description
    TreeGridColumn

    The TreeGridColumn that contains the cell value which triggers this event.

    Record

    Gets the record of the corresponding cell triggers this event.

    Declaration
    public object Record { get; }
    Property Value
    Type Description
    System.Object

    The record that contains cell value which triggers this event.

    RowColumnIndex

    Gets a value indicating the RowColumnIndex of the cell triggers this event.

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type
    RowColumnIndex
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved