FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Represents an event triggered when a stored value is removed in the storage driver. More...
Inherited by StorageRemoveEvent.
Public Attributes | |
StorageContext | context |
The storage context that triggered the storage driver update event. More... | |
string | key |
The key that was removed. If the key is empty, the entire storage space was deleted. More... | |
Represents an event triggered when a stored value is removed in the storage driver.
StorageContext StorageDriverRemoveEvent::context |
The storage context that triggered the storage driver update event.
string StorageDriverRemoveEvent::key |
The key that was removed. If the key is empty, the entire storage space was deleted.