menu

UWP

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

    Show / Hide Table of Contents

    Class CurrentCellValidatedEventArgs

    Provides data for CurrentCellValidated event.

    Inheritance
    System.Object
    GridEventArgs
    CurrentCellValidatedEventArgsBase
    CurrentCellValidatedEventArgs
    Inherited Members
    CurrentCellValidatedEventArgsBase.ErrorMessage
    CurrentCellValidatedEventArgsBase.NewValue
    CurrentCellValidatedEventArgsBase.OldValue
    CurrentCellValidatedEventArgsBase.RowData
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class CurrentCellValidatedEventArgs : CurrentCellValidatedEventArgsBase

    Constructors

    CurrentCellValidatedEventArgs(Object)

    Initializes a new instance of CurrentCellValidatedEventArgs class.

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

    The source of the event.

    Properties

    Column

    Gets the GridColumn of the cell which triggers this event.

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

    The corresponding GridColumn that contains the current cell.

    Extension Methods

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