WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrentCellValidatedEventArgs

    Show / Hide Table of Contents

    Class CurrentCellValidatedEventArgs

    Provides data for CurrentCellValidated event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellValidatedEventArgsBase
    CurrentCellValidatedEventArgs
    Inherited Members
    CurrentCellValidatedEventArgsBase.OldValue
    CurrentCellValidatedEventArgsBase.NewValue
    CurrentCellValidatedEventArgsBase.ErrorMessage
    CurrentCellValidatedEventArgsBase.RowData
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved