DataAsyncCommandEvents.CommandStart Property
Retrieves or sets the delegate that is called when an asynchronous command starts.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Property CommandStart As DataAsyncCommandStartEventHandler
'Usage
Dim instance As DataAsyncCommandEvents
Dim value As DataAsyncCommandStartEventHandler
value = instance.CommandStart
instance.CommandStart = value
public DataAsyncCommandStartEventHandler CommandStart { get; set; }
public:
property DataAsyncCommandStartEventHandler^ CommandStart {
DataAsyncCommandStartEventHandler^ get ();
void set (DataAsyncCommandStartEventHandler^ value);
}
public function get CommandStart () : DataAsyncCommandStartEventHandler
public function set CommandStart (value : DataAsyncCommandStartEventHandler)
Property Value
Type: Microsoft.VisualStudio.Data.DataAsyncCommandStartEventHandler
Returns a delegate for the CommandStart event handler.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataAsyncCommandEvents Members