DataAsyncCommand.DeriveParametersCompleted Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Ocorre quando o DeriveParametersAsync(String, DataCommandType, Int32, Object) comando é concluído.
public:
virtual event EventHandler<Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<cli::array <Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataParameter ^> ^> ^> ^ DeriveParametersCompleted;
public event EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]>> DeriveParametersCompleted;
member this.DeriveParametersCompleted : EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]>>
Public Event DeriveParametersCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataParameter()))