Event Synced
- Namespace
- ComfileTech.Cfnet.Cfheader
- Assembly
- ComfileTech.Cfnet.Cfheader.dll
Fires immediately after each call to Sync().
public event TypedEventHandler<BackgroundSync>? Synced
Returns
- TypedEventHandler<BackgroundSync>
- Fires immediately after each call to .
Remarks
This event is fired on the background thread. It also discards any exceptions thrown in the event handlers. If exception handling is required, add it in the event handler.