Class SelectionStateChangedEventArgs
Events args for Selection changed
Inheritance
System.Object
SelectionStateChangedEventArgs
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 |
|---|
| System.Boolean |
SelectedItem
Gets /Sets the currently selected item
Declaration
public TreeMenuItem SelectedItem { get; set; }
Property Value
| Type |
|---|
| TreeMenuItem |