|
DbStorageClientOnReadProgress Event |
Occurs when a piece of the entry is readed from the storage
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic event Action<EntryEventArgs> OnReadProgress
Public Event OnReadProgress As Action(Of EntryEventArgs)
public:
event Action<EntryEventArgs^>^ OnReadProgress {
void add (Action<EntryEventArgs^>^ value);
void remove (Action<EntryEventArgs^>^ value);
}
member OnReadProgress : IEvent<Action<EntryEventArgs>,
EventArgs>
Value
Type:
SystemActionEntryEventArgs
See Also