DataAsyncCommandEvents.CommandCancel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.