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.OnItemPermissionDeleted Event

In This Article

Enables you to track deleted access permissions.

#Declaration

Delphi
property OnItemPermissionDeleted: TItemPermissionChangedEvent read; write;

#Remarks

This event occurs every time the cloud storage component revokes a permission to view or edit a file or folder. The following methods raise the OnItemPermissionDeleted event:

You can handle this event to notify an end user that an access permission is successfully revoked. Refer to the TItemPermissionChangedEvent nested type description for detailed information on parameters accessible within an OnItemPermissionDeleted event handler.

See Also