menu

UWP

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

    Show / Hide Table of Contents

    Class CurrentCellEndEditEventArgs

    Provides data for CurrentCellEndEdit event.

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

    Constructors

    CurrentCellEndEditEventArgs(Object)

    Initializes a new instance of CurrentCellEndEditEventArgs class.

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

    The source of the event.

    Properties

    RowColumnIndex

    Gets the RowColumnIndex of the current cell for which the event occurred.

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

    The corresponding RowColumnIndex of the current cell for which the event occurred.

    Extension Methods

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