Skip to main content
All docs
V25.1
  • TdxLayoutSplitterItemMovedEventArgs Members

    Stores information related to layout splitter movement event occurrences.

    Properties

    Name Description
    FarItem Provides access to the adjacent far layout item.
    NearItem Provides access to the adjacent near layout item.
    NewFarItemBounds Returns far item boundaries (in pixels) after the current splitter expand, collapse, or move operation.
    NewNearItemBounds Returns near item boundaries (in pixels) after the current splitter expand, collapse, or move operation.
    OldFarItemBounds Returns far item boundaries (in pixels) before the current splitter expand, collapse, or move operation.
    OldNearItemBounds Returns near item boundaries (in pixels) before the current splitter expand, collapse, or move operation.

    Methods

    Name Description
    Empty Inherited from TdxEventArgs.
    Equals(TObject) Inherited from TObject.
    GetHashCode Inherited from TObject.
    ToString Inherited from TObject.
    See Also