共用方式為


MouseAction.OnDraggingBegun 方法

已開始拖曳作業的警示接聽程式。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Protected Overridable Sub OnDraggingBegun ( _
    e As MouseActionEventArgs _
)
protected virtual void OnDraggingBegun(
    MouseActionEventArgs e
)

參數

備註

拖曳狀態開始時未滿足的條件,供您拖曳。一般而言,將滑鼠游標必須超越拖曳差異。

.NET Framework 安全性

請參閱

參考

MouseAction 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間