ArcObjects Library Reference (SystemUtility)  

IPageLayoutControlEventsHelper.OnOleDrop Method

Fires when an OLE drop action occurs on the PageLayoutControl.

ERROR: Syntax information about IPageLayoutControlEventsHelper.OnOleDrop may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT OnOleDrop(
  esriControlsDropAction dropAction,
  VARIANT dataObjectHelper,
  long* effect,
  long button,
  long shift,
  long x,
  long y
);
[C++]

Parameters

dropAction [in]

  dropAction is a parameter of type esriControlsDropAction

dataObjectHelper [in]   dataObjectHelper is a parameter of type VARIANT effect [in, out]   effect is a parameter of type long button [in]   button is a parameter of type long shift [in]   shift is a parameter of type long x [in]   x is a parameter of type long y [in]   y is a parameter of type long

See Also

IPageLayoutControlEventsHelper Interface