WinForms

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

    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 Description
    Record
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved