menu

Class SelectionPropertyChangedHandlerArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionPropertyChangedHandlerArgs

    Provides data for handling selection when the selection related properties are changed.

    Inheritance
    System.Object
    SelectionPropertyChangedHandlerArgs
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class SelectionPropertyChangedHandlerArgs : Object

    Constructors

    SelectionPropertyChangedHandlerArgs()

    Initializes a new instance of the SelectionPropertyChangedHandlerArgs class.

    Declaration
    public SelectionPropertyChangedHandlerArgs()

    Properties

    NewValue

    Gets or sets the new value of the selection property changed.

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

    An object representing the new value of the selection property changed.

    OldValue

    Gets or sets the old value of the selection property changed.

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

    An object representing the old value of the selection property changed.

    PropertyName

    Gets or sets the name of the property related to the event.

    Declaration
    public string PropertyName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the property related to the event.

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