Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The delegate that must be implemented to listen for FlushFailure events.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Delegate Sub SqlCeFlushFailureEventHandler ( _
sender As Object, _
e As SqlCeFlushFailureEventArgs _
)
'Usage
Dim instance As New SqlCeFlushFailureEventHandler(AddressOf HandlerMethod)
public delegate void SqlCeFlushFailureEventHandler(
Object sender,
SqlCeFlushFailureEventArgs e
)
public delegate void SqlCeFlushFailureEventHandler(
Object^ sender,
SqlCeFlushFailureEventArgs^ e
)
type SqlCeFlushFailureEventHandler =
delegate of
sender:Object *
e:SqlCeFlushFailureEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object
The source of the event.
- e
Type: System.Data.SqlServerCe.SqlCeFlushFailureEventArgs
The SqlCeFlushFailureEventArgs that contains the event data.