alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridDataCurrentRecordSelectionChangedEventArgs

    Provides data for current record selection changed event.

    Inheritance
    System.Object
    SyncfusionEventArgs
    GridDataCurrentRecordSelectionChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataCurrentRecordSelectionChangedEventArgs : SyncfusionEventArgs

    Constructors

    GridDataCurrentRecordSelectionChangedEventArgs()

    Declaration
    public GridDataCurrentRecordSelectionChangedEventArgs()

    Properties

    NewIndex

    Gets the new index.

    Declaration
    public int NewIndex { get; }
    Property Value
    Type Description
    System.Int32

    The new index.

    OldIndex

    Gets the old index.

    Declaration
    public int OldIndex { get; }
    Property Value
    Type Description
    System.Int32

    The old index.

    Record

    Gets the record.

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

    The record.

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