DataAsyncCommandEvents.CommandFailure 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 has a failure.
public:
property Microsoft::VisualStudio::Data::DataAsyncCommandFailureEventHandler ^ CommandFailure { Microsoft::VisualStudio::Data::DataAsyncCommandFailureEventHandler ^ get(); void set(Microsoft::VisualStudio::Data::DataAsyncCommandFailureEventHandler ^ value); };
public Microsoft.VisualStudio.Data.DataAsyncCommandFailureEventHandler CommandFailure { get; set; }
member this.CommandFailure : Microsoft.VisualStudio.Data.DataAsyncCommandFailureEventHandler with get, set
Public Property CommandFailure As DataAsyncCommandFailureEventHandler
Property Value
Returns a delegate for the CommandFailure event handler.