menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class NodeCheckedEventArgs

    Provides data for the NodeExpanded and NodeCollapsed events.

    Inheritance
    System.Object
    NodeCheckedEventArgs
    Namespace: Syncfusion.XForms.TreeView
    Assembly: Syncfusion.SfTreeView.XForms.dll
    Syntax
    public class NodeCheckedEventArgs : EventArgs

    Constructors

    NodeCheckedEventArgs()

    Initializes a new instance of the NodeCheckedEventArgs class.

    Declaration
    public NodeCheckedEventArgs()

    Properties

    Node

    Gets the data object associated with .

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

    An object that represents the item at the node checked/unchecked position.

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