TextBoxArray.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 可讓拖曳來源判斷是否應該取消拖放作業。

注意

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

適用於

另請參閱