UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrentCellValueChangedEventArgs - UWP API Reference | Syncfusion CurrentCellValueChanged event. ">

    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 column of the corresponding cell value changes occurs for.

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

    The column that contains the cell value changes occurs for.

    Record

    Gets the record of the corresponding cell value changes occurs for.

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

    The record that contains cell value changes occurs for.

    RowColumnIndex

    Gets a value indicating the RowColumnIndex of the cell that the event occurs for.

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

    Extension Methods

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