Class IsSelectedChangedEventArgs
Represents argument of IsSelectedChanged event
Inheritance
System.Object
IsSelectedChangedEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class IsSelectedChangedEventArgs : EventArgs
Constructors
IsSelectedChangedEventArgs()
Declaration
public IsSelectedChangedEventArgs()
Properties
NewValue
Gets or sets a value indicating whether [new value].
Declaration
public bool NewValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
OldValue
Gets or sets a value indicating whether [old value].
Declaration
public bool OldValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TargetElement
Gets or sets the target element.
Declaration
public FrameworkElement TargetElement { get; }
Property Value
Type | Description |
---|---|
System.Windows.FrameworkElement | The target element. |