WPF

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

    Show / Hide Table of Contents

    Class ExpandedCollapsedEventArgs

    Contains arguments relevant to Expanded/Collapsed of the TreeViewItemAdv.

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

    This class is responsible for packaging the event data for TreeViewItemAdv

    Constructors

    ExpandedCollapsedEventArgs(RoutedEvent)

    Initializes a new instance of the class.

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

    The routed event.

    ExpandedCollapsedEventArgs(RoutedEvent, Object)

    Initializes a new instance of the class.

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

    The routed event.

    System.Object source

    The source.

    Properties

    IsExpandOnDoubleClick

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

    Declaration
    public bool IsExpandOnDoubleClick { 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