WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeExpandedEventArgs - WinUI API Reference | Syncfusion NodeExpanded event. ">

    Show / Hide Table of Contents

    Class NodeExpandedEventArgs

    Provides event data for NodeExpanded event.

    Inheritance
    System.Object
    NodeExpandedEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class NodeExpandedEventArgs : EventArgs

    Constructors

    NodeExpandedEventArgs()

    Declaration
    public NodeExpandedEventArgs()

    Properties

    Node

    Gets the TreeNode associated with the expanded node.

    Declaration
    public TreeNode Node { get; }
    Property Value
    Type Description
    TreeNode
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved