|
DbStorageClientOnSendProgress Event |
Occurs when a piece of the entry is sended to 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> OnSendProgress
Public Event OnSendProgress As Action(Of EntryEventArgs)
public:
event Action<EntryEventArgs^>^ OnSendProgress {
void add (Action<EntryEventArgs^>^ value);
void remove (Action<EntryEventArgs^>^ value);
}
member OnSendProgress : IEvent<Action<EntryEventArgs>,
EventArgs>
Value
Type:
SystemActionEntryEventArgs
See Also