menu

UWP

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

    Show / Hide Table of Contents

    Class RecordDeletedEventArgs

    Provides data for RecordDeleted event.

    Inheritance
    System.Object
    GridEventArgs
    RecordDeletedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class RecordDeletedEventArgs : GridEventArgs

    Constructors

    RecordDeletedEventArgs(Object)

    Initializes a new instance of the RecordDeletedEventArgs class.

    Declaration
    public RecordDeletedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Items

    Gets or sets a list of object that were removed from underlying source collection.

    Declaration
    public List<object> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Object>

    The list of object that were removed from underlying source collection.

    SelectedIndex

    Gets or sets the index of the selected item.

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

    The index of the selected item.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved