Provides data for the event that is fired when a table definition is created.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class TableDefinitionCreatedEventArgs : EventArgs
Inheritance: objectEventArgsTableDefinitionCreatedEventArgs
Inherited Members
Constructors
Initializes a new instance of the TableDefinitionCreatedEventArgs class.
C#
public TableDefinitionCreatedEventArgs(TableDefinition tableDefinition)
The table definition which is created.
Properties
Gets the table definition that is created.
C#
public TableDefinition TableDefinition { get; }
The table definition that is created.