menu

WPF

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

    Show / Hide Table of Contents

    Class GridDataNewRecordAddingEventArgs

    Provides data for validating new record.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    GridDataNewRecordAddingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataNewRecordAddingEventArgs : SyncfusionCancelEventArgs

    Constructors

    GridDataNewRecordAddingEventArgs(Object)

    Initializes a new instance of the GridDataNewRecordAddingEventArgs class.

    Declaration
    public GridDataNewRecordAddingEventArgs(object data)
    Parameters
    Type Name Description
    System.Object data

    Record Data.

    Properties

    Data

    Gets or sets the RecordEntry.

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

    Record Entry.

    Handled

    Gets or sets handle

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved