WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataCurrentRecordSelectionChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataCurrentRecordSelectionChangedEventArgs

    Provides data for current record selection changed event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridDataCurrentRecordSelectionChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 - 2021 Syncfusion Inc. All Rights Reserved