menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridRowValidatingEventArgs

    Provides data for the RowValidating event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    RowValidatingEventArgs
    TreeGridRowValidatingEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    RowValidatingEventArgs.ErrorMessages
    RowValidatingEventArgs.IsValid
    RowValidatingEventArgs.RowData
    RowValidatingEventArgs.RowIndex
    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.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeGridRowValidatingEventArgs : RowValidatingEventArgs

    Constructors

    TreeGridRowValidatingEventArgs(Object, Int32, Dictionary<String, String>, Object, TreeNode)

    Initializes a new instance of TreeGridRowValidatingEventArgs class.

    Declaration
    public TreeGridRowValidatingEventArgs(object rowData, int rowIndex, Dictionary<string, string> errorMessages, object originalSource, TreeNode treeNode)
    Parameters
    Type Name Description
    System.Object rowData

    The corresponding row data.

    System.Int32 rowIndex

    The corresponding row index.

    System.Collections.Generic.Dictionary<System.String, System.String> errorMessages

    The error message.

    System.Object originalSource

    The source.

    TreeNode treeNode

    The Tree node.

    Properties

    Node

    Gets the TreeNode triggered this event.

    Declaration
    public TreeNode Node { get; }
    Property Value
    Type Description
    TreeNode

    The TreeNode which triggered this event.

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