|
FoxitPDFSDKforWeb v11.0.2
Foxit PDF SDK for Web
|
Represents an event triggered when there is a change in the storage driver. T The type of the old and new values in the storage change event. More...
Inherited by StorageChangeEvent< T >.
Public Attributes | |
| StorageContext | context |
| The storage context that triggered the storage driver update event. More... | |
| string | key |
| The key value that triggered the storage driver update event. More... | |
| T | newValue |
| The value stored after the change. More... | |
| T | oldValue |
| The value stored before the change. More... | |
Represents an event triggered when there is a change in the storage driver. T The type of the old and new values in the storage change event.
| StorageContext StorageDriverChangeEvent< T >::context |
The storage context that triggered the storage driver update event.
| string StorageDriverChangeEvent< T >::key |
The key value that triggered the storage driver update event.
| T StorageDriverChangeEvent< T >::newValue |
The value stored after the change.
| T StorageDriverChangeEvent< T >::oldValue |
The value stored before the change.