Class TableDefinitionCreatedEventArgs
Provides data for the event that is fired when a table definition is created.
Inheritance
System.Object
TableDefinitionCreatedEventArgs
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class TableDefinitionCreatedEventArgs : EventArgs
Constructors
TableDefinitionCreatedEventArgs(TableDefinition)
Initializes a new instance of the TableDefinitionCreatedEventArgs class.
Declaration
public TableDefinitionCreatedEventArgs(TableDefinition tableDefinition)
Parameters
TableDefinition
tableDefinition
The table definition which is created. |
Properties
TableDefinition
Gets the table definition that is created.
Declaration
public TableDefinition TableDefinition { get; }
Property Value
TableDefinition
The table definition that is created. |