Search Results for

    Show / Hide Table of Contents

    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 Source

    OnColumnDefinitionChange(Int32)

    A ColumnDescription change has occured.

    Declaration
    void OnColumnDefinitionChange(int columnIdentifier)
    Parameters
    Type Name Description
    System.Int32 columnIdentifier

    The affected column's unique identifier.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    OnSettingsChange()

    A DataTableBase setting change has occured.

    Declaration
    void OnSettingsChange()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.