SSRSDocumentSource for WinForms
DragOver イベント (C1PrintPreviewDialog)

構文
'宣言
 
Public Event DragOver As System.Windows.Forms.DragEventHandler
public event System.Windows.Forms.DragEventHandler DragOver
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Forms.DragEventArgs 型の引数を受け取りました。次の DragEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
AllowedEffectGets which drag-and-drop operations are allowed by the originator (or source) of the drag event.  
DataGets the System.Windows.Forms.IDataObject that contains the data associated with this event.  
EffectGets or sets the target drop effect in a drag-and-drop operation.  
KeyStateGets the current state of the SHIFT, CTRL, and ALT keys, as well as the state of the mouse buttons.  
XGets the x-coordinate of the mouse pointer, in screen coordinates.  
YGets the y-coordinate of the mouse pointer, in screen coordinates.  
参照

C1PrintPreviewDialog クラス
C1PrintPreviewDialog メンバ