Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorage.OnItemPermissionsLoaded Event

In This Article

Notifies the application that a metadata container has successfully loaded its access permissions from the connected server.

#Declaration

Delphi
property OnItemPermissionsLoaded: TItemChangedEvent read; write;

#Remarks

This event occurs every time the metadata container’s Permission.FetchAll procedure loads the last access permission.

You can handle this event to update your application UI with the loaded permissions to view or edit a file or folder. Refer to the TItemChangedEvent nested type description for detailed information on parameters accessible within an OnItemPermissionsLoaded event handler.

See Also