WPF

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

    Show / Hide Table of Contents

    Class ExpandingCollapsingEventArgs

    Contains arguments relevant to Expanding/Collapsing of the TreeViewItemAdv.

    Inheritance
    System.Object
    ExpandingCollapsingEventArgs
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ExpandingCollapsingEventArgs : RoutedEventArgs
    Remarks

    This class is responsible for packaging the event data for TreeViewItemAdv

    Constructors

    ExpandingCollapsingEventArgs(RoutedEvent)

    Initializes a new instance of the class.

    Declaration
    public ExpandingCollapsingEventArgs(RoutedEvent routedEvent)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event.

    ExpandingCollapsingEventArgs(RoutedEvent, Object)

    Initializes a new instance of the class.

    Declaration
    public ExpandingCollapsingEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event.

    System.Object source

    The source.

    Properties

    Cancel

    Gets or sets the cancel.

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

    The cancel.

    IsExpandingOnDoubleClick

    Gets or sets the IsExpandingOnDoubleClick will true when treeview has expand or collapsed by double click on treeview item, otherwise the IsExpandingOnDouble click will return false, if we expand the treeview item using gylph.

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

    The IsExpandOnDoubleClick.

    See Also

    TreeViewAdv
    TreeViewItemAdv
    System.Windows.RoutedEventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved