Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NodeExpandedCollapsedEventArgs - Xamarin.Android API Reference | Syncfusion NodeExpanded and NodeCollapsed events. ">

    Show / Hide Table of Contents

    Class NodeExpandedCollapsedEventArgs

    Provides data for the NodeExpanded and NodeCollapsed events.

    Inheritance
    System.Object
    NodeExpandedCollapsedEventArgs
    Namespace: Syncfusion.Android.TreeView
    Assembly: Syncfusion.SfTreeView.Android.dll
    Syntax
    public class NodeExpandedCollapsedEventArgs : EventArgs

    Constructors

    NodeExpandedCollapsedEventArgs()

    Initializes a new instance of the NodeExpandedCollapsedEventArgs class.

    Declaration
    public NodeExpandedCollapsedEventArgs()

    Properties

    Node

    Gets the data object associated with TreeViewItem.

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

    The TreeViewNode which is expanded or collapsed.

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