Skip to main content

TdxCloudStorage.OnItemPermissionsLoaded Event

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

Declaration

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