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
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
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. |