Skip to main content

TdxCloudStorage Events

A cloud storage component.
Name Description
OnChanged Notifies that the cloud storage component’s data provider or its authorization agent has changed.
OnConnectedChanged Notifies that the cloud storage component has successfully connected/disconnected to/from an online account.
OnError Notifies of an error that can occur when the component attempts to access an online file storage service or perform any file operation in the connected account.
OnFileContentUpload Enables you to track the data upload progress when the component updates an existing file.
OnFileContentUploaded Notifies that a file update process has successfully finished.
OnFileContentUploading Enables you to perform specific actions in response to updating an existing file stored on the connected online storage’s server.
OnFolderCreated Enables you to respond to a successful folder create operation in the connected cloud storage.
OnItemCopied Enables you to respond to a successful online resource copy operation.
OnItemDeleted Enables you to respond to a successful online resource delete operation.
OnItemDownload Enables you to track the file download progress.
OnItemDownloaded Notifies of the successful finish of a file download process.
OnItemDownloading Enables you to perform specific actions in response to downloading a file from the connected online storage’s server.
OnItemMoved Notifies that an online resource is successfully moved to another folder within the connected cloud file storage.
OnItemMovedToTrash Notifies that an online resource is successfully moved to the “Trash” special folder within the connected cloud file storage.
OnItemPermissionCreated Enables you to track created access permissions.
OnItemPermissionDeleted Enables you to track deleted access permissions.
OnItemPermissionsLoaded Notifies the application that a metadata container has successfully loaded its access permissions from the connected server.
OnItemRestoredFromTrash Notifies that an online resource is successfully restored from the “Trash” special folder at the original position within the connected cloud file storage’s resource hierarchy.
OnItemUpload Enables you to track the file upload progress.
OnItemUploaded Notifies of the successful finish of a file upload process.
OnItemUploading Enables you to perform specific actions in response to uploading a local file to the connected online storage’s server.
OnTreeDataLoaded Notifies of the successful finish of downloading a cloud folder‘s content structure from the connected cloud file storage’s server.
OnTreeDataLoading Enables you to perform specific actions in response to downloading a cloud folder‘s content structure from the connected cloud file storage’s server.
See Also