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