WPF

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

    Show / Hide Table of Contents

    Class GridDataNewRecordAddedEventArgs

    Provides the new record added.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    GridDataNewRecordAddedEventArgs
    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 GridDataNewRecordAddedEventArgs : SyncfusionEventArgs

    Constructors

    GridDataNewRecordAddedEventArgs(RecordEntry)

    Initializes a new instance of the GridDataNewRecordAddedEventArgs class.

    Declaration
    public GridDataNewRecordAddedEventArgs(RecordEntry record)
    Parameters
    Type Name Description
    Syncfusion.Windows.Data.RecordEntry record

    Properties

    Record

    Gets or sets the data.

    Declaration
    public RecordEntry Record { get; set; }
    Property Value
    Type Description
    Syncfusion.Windows.Data.RecordEntry

    Record Data.

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