menu

WinForms

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

    Show / Hide Table of Contents

    Class TableEventArgs

    Represents the class that provides data for events that occur on a table such as SourceListChanged, CategorizedRecords, CurrentRecordManagerReset, and others.

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

    Constructors

    TableEventArgs(Table)

    Initializes a new instances of the TableEventArgs class with a reference to a table.

    Declaration
    public TableEventArgs(Table table)
    Parameters
    Type Name Description
    Table table

    The affected table.

    Properties

    Table

    Gets or sets the Table instance.

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