DataAsyncCommandCancelEventHandler Delegate

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

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

Syntax

Public Delegate Sub DataAsyncCommandCancelEventHandler

Dim instance As New DataAsyncCommandCancelEventHandler(AddressOf HandlerMethod)
public delegate void DataAsyncCommandCancelEventHandler()
public delegate void DataAsyncCommandCancelEventHandler()
JScript does not support delegates.

Remarks

This delegate is called when an asynchronous method call made to a DataAsyncCommand object is in progress and the Cancel method is called.

See Also

Reference

Microsoft.VisualStudio.Data Namespace

Cancel

Equality