menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IsSelectedChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class IsSelectedChangedEventArgs

    Represents argument of IsSelectedChanged event

    Inheritance
    System.Object
    System.EventArgs
    IsSelectedChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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

    true if [new value]; otherwise, false.

    OldValue

    Gets or sets a value indicating whether [old value].

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

    true if [old value]; otherwise, false.

    TargetElement

    Gets or sets the target element.

    Declaration
    public FrameworkElement TargetElement { get; }
    Property Value
    Type Description
    System.Windows.FrameworkElement

    The target element.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved