TdxBarInPlaceSubItem.OnAfterExpand Event
Occurs after the in-place subitem has been expanded.
Declaration
property OnAfterExpand: TdxBarInPlaceSubItemEvent read; write;
Remarks
Handle this event to perform specific actions after the in-place subitem has been expanded. The Sender parameter provides access to the in-place subitem. The Link parameter rerferences the item link to the expanded in-place subitem’s control.
To perform specific actions before the in-place subitem is collapsed, handle the OnBeforeCollapse event.
See Also