Skip to main content

TdxCustomShellListView.OnItemsPopulated Event

Allows you to identify when the Shell List View control successfully loads all shell items in the currently displayed folder.

Declaration

property OnItemsPopulated: TNotifyEvent read; write;

Remarks

This event occurs every time the Shell List View control loads the last shell item in the opened folder. Unlike OnItemsPopulated, the OnAddFolder event occurs for every added shell item allowing you to prevent it from appearing in the Shell List View control.

See Also