GrapeCity ActiveReports for .NET 16.0J
DragDrop イベント (JsonConnectionStringEditorForm)

GrapeCity.ActiveReports.Design.Controls.JsonDataSourceEditor 名前空間 > JsonConnectionStringEditorForm クラス : DragDrop イベント
シンタックス
'宣言
 
<SRCategoryAttribute("CatDragDrop")>
<SRDescriptionAttribute("ControlOnDragDropDescr")>
Public Event DragDrop As System.Windows.Forms.DragEventHandler
[SRCategory("CatDragDrop")]
[SRDescription("ControlOnDragDropDescr")]
public event System.Windows.Forms.DragEventHandler DragDrop
イベント データ

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

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