menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataRecordDeletedEventArgs

    Provides a cancelleable data when the record is deleted.

    Inheritance
    System.Object
    System.EventArgs
    GridDataRecordDeletedEventArgs
    Inherited Members
    System.EventArgs.Empty
    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.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridDataRecordDeletedEventArgs : EventArgs

    Constructors

    GridDataRecordDeletedEventArgs()

    Initializes a new instance of the GridDataRecordDeletedEventArgs class.

    Declaration
    public GridDataRecordDeletedEventArgs()

    Properties

    Record

    Gets the record.

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

    The record.

    RecordIndex

    Gets the index of the record.

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

    The index of the record.

    Records

    Declaration
    public List<object> Records { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved