alexa

    Show / Hide Table of Contents

    Class RecordEventArgs

    Represents the class that provides data for events that occur on a record level such as RecordCollapsing, RecordCollapsed, RecordExpanding, and RecordExpanded.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    RecordEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class RecordEventArgs : SyncfusionCancelEventArgs

    Constructors

    RecordEventArgs(Record)

    Initializes a new instance of the RecordEventArgs with a reference to a record.

    Declaration
    public RecordEventArgs(Record record)
    Parameters
    Type Name Description
    Record record

    The affected record.

    Properties

    Record

    Gets the affected record.

    Declaration
    [TraceProperty(true)]
    public Record Record { get; }
    Property Value
    Type
    Record
    Back to top Generated by DocFX