menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeExpandingCollapsingEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NodeExpandingCollapsingEventArgs

    Provides data for the NodeExpanding and NodeCollapsing events.

    Inheritance
    System.Object
    NodeExpandingCollapsingEventArgs
    Namespace: Syncfusion.XForms.TreeView
    Assembly: Syncfusion.SfTreeView.XForms.dll
    Syntax
    public class NodeExpandingCollapsingEventArgs : CancelEventArgs

    Constructors

    NodeExpandingCollapsingEventArgs()

    Initializes a new instance of the NodeExpandingCollapsingEventArgs class.

    Declaration
    public NodeExpandingCollapsingEventArgs()

    Properties

    Node

    Gets the data object associated with .

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

    The TreeViewNode which is being expanding or collapsing.

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