FlexChart for WinForms
DragEnter イベント (FlexChart)

C1.Win.FlexChart.5 アセンブリ > C1.Win.Chart 名前空間 > FlexChart クラス : DragEnter イベント
シンタックス
'宣言
 
Public Event DragEnter As System.Windows.Forms.DragEventHandler
public event System.Windows.Forms.DragEventHandler DragEnter
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、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.  
参照