Class SelectionStateChangingEventArgs
Events args for Selection changed
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SelectionStateChangingEventArgs : SyncfusionCancelEventArgs
Constructors
SelectionStateChangingEventArgs(TreeMenuItem)
Constructor
Declaration
public SelectionStateChangingEventArgs(TreeMenuItem item)
Parameters
Type | Name | Description |
---|---|---|
TreeMenuItem | item | TreeMenuItem |
SelectionStateChangingEventArgs(TreeMenuItem, TreeMenuItem)
Selected item
Declaration
public SelectionStateChangingEventArgs(TreeMenuItem newValue, TreeMenuItem oldValue)
Parameters
Type | Name | Description |
---|---|---|
TreeMenuItem | newValue | TreeMenuItem new value |
TreeMenuItem | oldValue | TreeMenuItem oldvalue |
Properties
Cancel
Cancel the selection
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Expanded
Returns true if the node is expanded
Declaration
public bool Expanded { get; }
Property Value
Type |
---|
System.Boolean |
NewValue
Gets the currently selected item
Declaration
public TreeMenuItem NewValue { get; set; }
Property Value
Type |
---|
TreeMenuItem |
OldValue
Gets the Previously selected item
Declaration
public TreeMenuItem OldValue { get; set; }
Property Value
Type |
---|
TreeMenuItem |