Ribbon for WinForms
QueryContinueDrag イベント (RibbonControlHost)

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > RibbonControlHost クラス : QueryContinueDrag イベント
Fires during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled.
シンタックス
'宣言
 
Public Event QueryContinueDrag As QueryContinueDragEventHandler
public event QueryContinueDragEventHandler QueryContinueDrag
イベント データ

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

プロパティ解説
ドラッグ アンド ドロップ操作のステータスを取得または設定します。  
ユーザーが Esc キーを押したかどうかを取得します。  
Shift、Ctrl、Alt の各キーの現在の状態を取得します。  
参照