Share via


DataAsyncCommand.DeriveSchemaCompleted Event

Occurs when the DeriveSchemaAsync command is completed.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Event DeriveSchemaCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
public event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>> DeriveSchemaCompleted
public:
virtual   event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ DeriveSchemaCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
}
abstract DeriveSchemaCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>>,
    DataAsyncCommandCompletedEventArgs<IVsDataReader>>
override DeriveSchemaCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>>,
    DataAsyncCommandCompletedEventArgs<IVsDataReader>>
JScript does not support events.

Implements

IVsDataAsyncCommand.DeriveSchemaCompleted

.NET Framework Security

See Also

Reference

DataAsyncCommand Class

Microsoft.VisualStudio.Data.Framework Namespace