menu

WinForms

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

    Show / Hide Table of Contents

    Class SelectionPropertyChangedEventArgs

    Provides data for handling selection property value changes.

    Inheritance
    System.Object
    SelectionPropertyChangedEventArgs
    Inherited Members
    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.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SelectionPropertyChangedEventArgs

    Constructors

    SelectionPropertyChangedEventArgs()

    Declaration
    public SelectionPropertyChangedEventArgs()

    Properties

    NewValue

    Gets or sets the value of property after the reported change.

    Declaration
    public object NewValue { get; set; }
    Property Value
    Type Description
    System.Object

    An object that contains the new value of property.

    OldValue

    Gets or sets a value indicating whether the property before the reported change.

    Declaration
    public object OldValue { get; set; }
    Property Value
    Type Description
    System.Object

    An object that contains the old value of property changes.

    PropertyName

    Gets or sets a value indicating whether the property where the value change occurred.

    Declaration
    public string PropertyName { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved