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