CheckBoxArray.QueryContinueDrag 事件

定義

發生在拖放操作期間,使拖曳源判斷是否應該取消拖放操作。

public:
 event System::Windows::Forms::QueryContinueDragEventHandler ^ QueryContinueDrag;
public event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag;
member this.QueryContinueDrag : System.Windows.Forms.QueryContinueDragEventHandler 
Public Custom Event QueryContinueDrag As QueryContinueDragEventHandler 
Public Event QueryContinueDrag As QueryContinueDragEventHandler 

事件類型

備註

QueryContinueDrag當拖放操作中鍵盤或滑鼠按鈕狀態發生變化時,事件會被觸發。 此 QueryContinueDrag 事件使拖曳源判斷是否應取消拖放操作。

Note

命名空間中的 Microsoft.VisualBasic.Compatibility.VB6 函式與物件提供給從 Visual Basic 6.0 升級到 Visual Basic 的工具使用。 大多數情況下,這些函式和物件會重複你在 .NET Framework 中其他命名空間中能找到的功能。 只有當 Visual Basic 6.0 的程式碼模型與 .NET Framework 實作有顯著差異時,才需要使用這些工具。

適用於

另請參閱