TdxCloudStorage.OnItemPermissionDeleted Event
Enables you to track deleted access permissions.
Declaration
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:
A metadata container‘s Permissions.DeletePermission procedure.
An access permission’s Delete procedure.
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