QeStatementCompletedEventHandler Delegate

Definition

Represents the method that will handle the statement completed events.

public delegate void QeStatementCompletedEventHandler(System::Object ^ sender, NonQueryResult ^ resultInfo);
public delegate void QeStatementCompletedEventHandler(object sender, NonQueryResult resultInfo);
type QeStatementCompletedEventHandler = delegate of obj * NonQueryResult -> unit
Public Delegate Sub QeStatementCompletedEventHandler(sender As Object, resultInfo As NonQueryResult)

Parameters

sender
Object

The Object which initiated the event.

resultInfo
NonQueryResult

A NonQueryResult which contains the information needed to process the event.

Applies to