Share via


IVsDataViewDragSourceProvider.OnGiveFeedback Method

When implemented by a class, raises the GiveFeedback event.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Sub OnGiveFeedback ( _
    dataObject As IDataObject, _
    e As GiveFeedbackEventArgs _
)
void OnGiveFeedback(
    IDataObject dataObject,
    GiveFeedbackEventArgs e
)
void OnGiveFeedback(
    IDataObject^ dataObject, 
    GiveFeedbackEventArgs^ e
)
abstract OnGiveFeedback : 
        dataObject:IDataObject * 
        e:GiveFeedbackEventArgs -> unit
function OnGiveFeedback(
    dataObject : IDataObject, 
    e : GiveFeedbackEventArgs
)

Parameters

Remarks

This method is called when a drag-and-drop operation is in progress to provide visual cues based on the location of the mouse while a drag operation is in progress.

.NET Framework Security

See Also

Reference

IVsDataViewDragSourceProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace