Share via


DataAsyncCommandEvents.CommandCancel Property

Definition

Retrieves or sets the delegate that is called when an asynchronous command is canceled.

public:
 property Microsoft::VisualStudio::Data::DataAsyncCommandCancelEventHandler ^ CommandCancel { Microsoft::VisualStudio::Data::DataAsyncCommandCancelEventHandler ^ get(); void set(Microsoft::VisualStudio::Data::DataAsyncCommandCancelEventHandler ^ value); };
public Microsoft.VisualStudio.Data.DataAsyncCommandCancelEventHandler CommandCancel { get; set; }
member this.CommandCancel : Microsoft.VisualStudio.Data.DataAsyncCommandCancelEventHandler with get, set
Public Property CommandCancel As DataAsyncCommandCancelEventHandler

Property Value

Returns a delegate for the CommandCancel event handler.

Applies to