Interface DataTableTracker.IStructuralChangeCallbackReceiver
An interface describing the functionality needed for an object to get a callback when a structural changes in a DataTableBase.
Namespace: GDX.Editor
Syntax
public interface IStructuralChangeCallbackReceiver
Methods
| Improve this Doc View SourceOnColumnDefinitionChange(Int32)
A ColumnDescription change has occured.
Declaration
void OnColumnDefinitionChange(int columnIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | columnIdentifier | The affected column's unique identifier. |
OnRowDefinitionChange(Int32)
A RowDescription change has occured.
Declaration
void OnRowDefinitionChange(int rowIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIdentifier | The affected row's unique identifier. |
OnSettingsChange()
A DataTableBase setting change has occured.
Declaration
void OnSettingsChange()