Share via


DataAsyncCommand.OnPrepareCompleted Method

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

.NET Framework Security

See Also

Reference

DataAsyncCommand Class

Microsoft.VisualStudio.Data.Framework Namespace