menu

WinUI

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

    Show / Hide Table of Contents

    Class SelectionPropertyChangedHandlerArgs

    Provides data for handling selection property value changes.

    Inheritance
    System.Object
    SelectionPropertyChangedHandlerArgs
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class SelectionPropertyChangedHandlerArgs : Object

    Constructors

    SelectionPropertyChangedHandlerArgs()

    Declaration
    public SelectionPropertyChangedHandlerArgs()

    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 the value of 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 the identifier for 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