WinUI

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

    Show / Hide Table of Contents

    Class TreeGridCurrentCellValidatedEventArgs

    Provides data for the CurrentCellValidated event.

    Inheritance
    System.Object
    GridEventArgs
    CurrentCellValidatedEventArgsBase
    TreeGridCurrentCellValidatedEventArgs
    Inherited Members
    CurrentCellValidatedEventArgsBase.OldValue
    CurrentCellValidatedEventArgsBase.NewValue
    CurrentCellValidatedEventArgsBase.ErrorMessage
    CurrentCellValidatedEventArgsBase.RowData
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TreeGridCurrentCellValidatedEventArgs : CurrentCellValidatedEventArgsBase

    Constructors

    TreeGridCurrentCellValidatedEventArgs(Object)

    Initializes a new instance of TreeGridCurrentCellValidatedEventArgs class.

    Declaration
    public TreeGridCurrentCellValidatedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the TreeGridColumn of the cell triggers this event.

    Declaration
    public TreeGridColumn Column { get; }
    Property Value
    Type Description
    TreeGridColumn

    The TreeGridColumn of the cell which triggered this event.

    Remarks

    TreeGridTemplateColumn cells will not triggers this event.

    Node

    Gets the TreeNode of the cell triggers this event.

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

    The TreeNode of the cell which triggered this event.

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