WinUI

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

    Show / Hide Table of Contents

    Class TreeGridRowValidatedEventArgs

    Provides data for the RowValidated event.

    Inheritance
    System.Object
    GridEventArgs
    RowValidatedEventArgs
    TreeGridRowValidatedEventArgs
    Inherited Members
    RowValidatedEventArgs.RowData
    RowValidatedEventArgs.RowIndex
    RowValidatedEventArgs.ErrorMessages
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.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 - 2023 Syncfusion Inc. All Rights Reserved