menu

UWP

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

    Show / Hide Table of Contents

    Class CurrentCellValueChangedEventArgs

    Provides data for CurrentCellValueChanged event.

    Inheritance
    System.Object
    GridEventArgs
    CurrentCellValueChangedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class CurrentCellValueChangedEventArgs : GridEventArgs

    Constructors

    CurrentCellValueChangedEventArgs(Object)

    Initializes a new instance of CurrentCellValueChangedEventArgs class.

    Declaration
    public CurrentCellValueChangedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the GridColumn of the corresponding cell.

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

    The GridColumn that contains the cell.

    Remarks

    GridTemplateColumn and GridUnboundColumn cells will not triggers this event.

    Record

    Gets the record of the corresponding cell.

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

    The record of the corresponding cell.

    RowColumnIndex

    Gets a value indicating the RowColumnIndex of the cell.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved