menu

WPF

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

    Show / Hide Table of Contents

    Class CurrentCellValidatingEventArgs

    Provides data for CurrentCellValidating event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellValidatingEventArgsBase
    CurrentCellValidatingEventArgs
    Inherited Members
    CurrentCellValidatingEventArgsBase.ErrorMessage
    CurrentCellValidatingEventArgsBase.IsValid
    CurrentCellValidatingEventArgsBase.NewValue
    CurrentCellValidatingEventArgsBase.OldValue
    CurrentCellValidatingEventArgsBase.RowData
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class CurrentCellValidatingEventArgs : CurrentCellValidatingEventArgsBase

    Constructors

    CurrentCellValidatingEventArgs(Object)

    Initializes a new instance of CurrentCellValidatingEventArgs class.

    Declaration
    public CurrentCellValidatingEventArgs(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 GridColumn of the cell which triggered this event.

    Remarks

    GridTemplateColumn and cells will not triggers this event.

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