WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridRowValidatedEventArgs - WPF API Reference | Syncfusion RowValidated event. ">

    Show / Hide Table of Contents

    Class TreeGridRowValidatedEventArgs

    Provides data for the RowValidated event.

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

    Constructors

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

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

    Properties

    Node

    Gets the TreeNode .

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

    The TreeNode .

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