WinForms

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

    Show / Hide Table of Contents

    Class SelectionStateChangedEventArgs

    Events args for Selection changed

    Inheritance
    System.Object
    System.EventArgs
    SelectionStateChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class SelectionStateChangedEventArgs : EventArgs

    Constructors

    SelectionStateChangedEventArgs(TreeMenuItem)

    Constructor

    Declaration
    public SelectionStateChangedEventArgs(TreeMenuItem item)
    Parameters
    Type Name Description
    TreeMenuItem item

    Properties

    Expanded

    returns true if a node is expanded

    Declaration
    public bool Expanded { get; }
    Property Value
    Type Description
    System.Boolean

    SelectedItem

    Gets /Sets the currently selected item

    Declaration
    public TreeMenuItem SelectedItem { get; set; }
    Property Value
    Type Description
    TreeMenuItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved