WinForms

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

    Show / Hide Table of Contents

    Class SelectionStateChangingEventArgs

    Events args for Selection changed

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    SelectionStateChangingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    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 Description
    System.Boolean

    Expanded

    Returns true if the node is expanded

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

    NewValue

    Gets the currently selected item

    Declaration
    public TreeMenuItem NewValue { get; set; }
    Property Value
    Type Description
    TreeMenuItem

    OldValue

    Gets the Previously selected item

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