ClassTableDefinitionCreatedEventArgs
Class
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:
cs-api-definition
public class TableDefinitionCreatedEventArgs : EventArgs
Inheritance: objectEventArgsTableDefinitionCreatedEventArgs
Inherited Members
Constructors
TableDefinitionCreatedEventArgs(TableDefinition)
Initializes a new instance of the TableDefinitionCreatedEventArgs class.
Declaration
cs-api-definition
public TableDefinitionCreatedEventArgs(TableDefinition tableDefinition)
Parameters
tableDefinition
The table definition which is created.
Properties
TableDefinition
Gets the table definition that is created.
Declaration
cs-api-definition
public TableDefinition TableDefinition { get; }
Property Value
The table definition that is created.