Share via


DataAsyncCommandEvents.CommandNextResult Property

Gets or sets the delegate that is called when an asynchronous command has one or more result sets available.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Property CommandNextResult As DataAsyncCommandFetchEventHandler
'Usage
Dim instance As DataAsyncCommandEvents 
Dim value As DataAsyncCommandFetchEventHandler 

value = instance.CommandNextResult

instance.CommandNextResult = value
public DataAsyncCommandFetchEventHandler CommandNextResult { get; set; }
public:
property DataAsyncCommandFetchEventHandler^ CommandNextResult {
    DataAsyncCommandFetchEventHandler^ get ();
    void set (DataAsyncCommandFetchEventHandler^ value);
}
public function get CommandNextResult () : DataAsyncCommandFetchEventHandler 
public function set CommandNextResult (value : DataAsyncCommandFetchEventHandler)

Property Value

Type: Microsoft.VisualStudio.Data.DataAsyncCommandFetchEventHandler
Returns a delegate for the CommandNextResult event handler.

.NET Framework Security

See Also

Reference

DataAsyncCommandEvents Class

DataAsyncCommandEvents Members

Microsoft.VisualStudio.Data Namespace

DataAsyncCommandFetchEventHandler