SqlCeFlushFailureEventHandler Delegate
Visual Studio 2010
The delegate that must be implemented to listen for FlushFailure events.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public delegate void SqlCeFlushFailureEventHandler( Object^ sender, SqlCeFlushFailureEventArgs^ e )
Parameters
- sender
- Type: System::Object
The source of the event.
- e
- Type: System.Data.SqlServerCe::SqlCeFlushFailureEventArgs
The SqlCeFlushFailureEventArgs that contains the event data.
Show: