menu

WPF

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

    Show / Hide Table of Contents

    Class TreeGridRowValidatedEventArgs

    Provides data for the RowValidated event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    RowValidatedEventArgs
    TreeGridRowValidatedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    RowValidatedEventArgs.ErrorMessages
    RowValidatedEventArgs.RowData
    RowValidatedEventArgs.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 TreeGridRowValidatedEventArgs : RowValidatedEventArgs

    Constructors

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

    Initializes a new instance of TreeGridRowValidatedEventArgs class.

    Declaration
    public TreeGridRowValidatedEventArgs(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