UWP

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

    Show / Hide Table of Contents

    Class RecordDeletingEventArgs

    Provides data for RecordDeleting event.

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

    Constructors

    RecordDeletingEventArgs(Object)

    Initializes a new instance of the RecordDeletingEventArgs class.

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

    The source of the event.

    Properties

    Items

    Gets or sets a list of object that is going to be removed from underlying source collection.

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

    The list of object that is going to be removed from underlying source collection.

    Extension Methods

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