WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecordValueChangedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RecordValueChangedEventArgs

    Represents the class that provides data about the RecordValueChanged event of a Engine which occurs when a RecordFieldCell cell's value is changed and after Record.SetValue returned.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    RecordValueChangedEventArgs
    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.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class RecordValueChangedEventArgs : SyncfusionEventArgs

    Constructors

    RecordValueChangedEventArgs(Record, String, FieldDescriptor)

    Initializes the new instance of the RecordValueChangedEventArgs class.

    Declaration
    public RecordValueChangedEventArgs(Record record, string column, FieldDescriptor fieldDescriptor)
    Parameters
    Type Name Description
    Record record

    The record.

    System.String column

    The column.

    FieldDescriptor fieldDescriptor

    The field descriptor.

    Properties

    Column

    Gets the column.

    Declaration
    [TraceProperty(true)]
    public string Column { get; }
    Property Value
    Type Description
    System.String

    FieldDescriptor

    Gets the field descriptor.

    Declaration
    [TraceProperty(true)]
    public FieldDescriptor FieldDescriptor { get; }
    Property Value
    Type Description
    FieldDescriptor

    Record

    Gets the record.

    Declaration
    [TraceProperty(true)]
    public Record Record { get; }
    Property Value
    Type Description
    Record
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved