Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the delegate that is called when an asynchronous command has ended.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Property CommandEnd As DataAsyncCommandEndEventHandler
Get
Set
public DataAsyncCommandEndEventHandler CommandEnd { get; set; }
public:
property DataAsyncCommandEndEventHandler^ CommandEnd {
DataAsyncCommandEndEventHandler^ get ();
void set (DataAsyncCommandEndEventHandler^ value);
}
member CommandEnd : DataAsyncCommandEndEventHandler with get, set
function get CommandEnd () : DataAsyncCommandEndEventHandler
function set CommandEnd (value : DataAsyncCommandEndEventHandler)
Property Value
Type: Microsoft.VisualStudio.Data.DataAsyncCommandEndEventHandler
Returns a delegate for the CommandEnd 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.