TdxLayoutSplitterItemMovedEventArgs Properties
Stores information related to layout splitter movement event occurrences.
Name | Description |
---|---|
Far |
Provides access to the adjacent far layout item. |
Near |
Provides access to the adjacent near layout item. |
New |
Returns far item boundaries (in pixels) after the current splitter expand, collapse, or move operation. |
New |
Returns near item boundaries (in pixels) after the current splitter expand, collapse, or move operation. |
Old |
Returns far item boundaries (in pixels) before the current splitter expand, collapse, or move operation. |
Old |
Returns near item boundaries (in pixels) before the current splitter expand, collapse, or move operation. |
See Also