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