Class TableEventArgs
Represents the class that provides data for events that occur on a table such as SourceListChanged, CategorizedRecords, CurrentRecordManagerReset, and others.
Inherited Members
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 |