DataAsyncCommandEndEventHandler Delegate

Definition

Represents the method that is called when an asynchronous command ends.

public delegate void DataAsyncCommandEndEventHandler(System::Object ^ result);
public delegate void DataAsyncCommandEndEventHandler(object result);
type DataAsyncCommandEndEventHandler = delegate of obj -> unit
Public Delegate Sub DataAsyncCommandEndEventHandler(result As Object)

Parameters

result
Object

The value returned by the command.

Applies to