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
'Declaración
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
- dataObject
Type: System.Windows.Forms.IDataObject
A IDataObject object containing a copy of the information to be transferred.
- e
Type: System.Windows.Forms.GiveFeedbackEventArgs
A GiveFeedbackEventArgs containing the event data.
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
- 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.
See Also
Reference
IVsDataViewDragSourceProvider Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace