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.
Raises the PrepareCompleted event.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub OnPrepareCompleted ( _
e As DataAsyncCommandCompletedEventArgs(Of String) _
)
protected virtual void OnPrepareCompleted(
DataAsyncCommandCompletedEventArgs<string> e
)
protected:
virtual void OnPrepareCompleted(
DataAsyncCommandCompletedEventArgs<String^>^ e
)
abstract OnPrepareCompleted :
e:DataAsyncCommandCompletedEventArgs<string> -> unit
override OnPrepareCompleted :
e:DataAsyncCommandCompletedEventArgs<string> -> unit
protected function OnPrepareCompleted(
e : DataAsyncCommandCompletedEventArgs<String>
)
Parameters
e
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<String>A DataAsyncCommandCompletedEventArgs<T> object containing the event data.
.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.