IVsDataViewDragSourceProvider.OnGiveFeedback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a class, raises the GiveFeedback event.
public:
void OnGiveFeedback(System::Windows::Forms::IDataObject ^ dataObject, System::Windows::Forms::GiveFeedbackEventArgs ^ e);
public void OnGiveFeedback (System.Windows.Forms.IDataObject dataObject, System.Windows.Forms.GiveFeedbackEventArgs e);
abstract member OnGiveFeedback : System.Windows.Forms.IDataObject * System.Windows.Forms.GiveFeedbackEventArgs -> unit
Public Sub OnGiveFeedback (dataObject As IDataObject, e As GiveFeedbackEventArgs)
Parameters
- dataObject
- IDataObject
A IDataObject object containing a copy of the information to be transferred.
A GiveFeedbackEventArgs containing the event data.