Class SortModeChangeEventArgs
Contains arguments relevant to Sort mode of the TreeViewItemAdv.
Inheritance
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class SortModeChangeEventArgs : RoutedEventArgs
Remarks
This class is responsible for packaging the event data for TreeViewItemAdv
Constructors
SortModeChangeEventArgs(RoutedEvent)
Initializes a new instance of the SortModeChangeEventArgs class.
Declaration
public SortModeChangeEventArgs(RoutedEvent routedEvent)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEvent | routedEvent | The routed event. |
SortModeChangeEventArgs(RoutedEvent, Object)
Initializes a new instance of the SortModeChangeEventArgs class.
Declaration
public SortModeChangeEventArgs(RoutedEvent routedEvent, object source)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEvent | routedEvent | The routed event identifier for this instance of the System.Windows.RoutedEventArgs class. |
System.Object | source | An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property. |
SortModeChangeEventArgs(RoutedEvent, Object, Object, Object)
Initializes a new instance of the SortModeChangeEventArgs class.
Declaration
public SortModeChangeEventArgs(RoutedEvent routedEvent, object source, object oldValue, object newValue)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEvent | routedEvent | The routed event. |
System.Object | source | The source. |
System.Object | oldValue | The old value. |
System.Object | newValue | The new value. |
Properties
Cancel
Gets or sets the cancel.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The cancel. |
NewValue
Gets new value.
Declaration
public object NewValue { get; }
Property Value
Type | Description |
---|---|
System.Object | Type: System.Object A object that represent new value of the node. |
See Also
OldValue
Gets old value.
Declaration
public object OldValue { get; }
Property Value
Type | Description |
---|---|
System.Object | Type: System.Object A object that represent old value of the node. |