StructuredCompositeActivityDesigner.OnDragEnter(ActivityDragEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當拖放操作進行中,且使用者的滑鼠游標進入設計器範圍時,會通知 。StructuredCompositeActivityDesigner
protected:
override void OnDragEnter(System::Workflow::ComponentModel::Design::ActivityDragEventArgs ^ e);
protected override void OnDragEnter(System.Workflow.ComponentModel.Design.ActivityDragEventArgs e);
override this.OnDragEnter : System.Workflow.ComponentModel.Design.ActivityDragEventArgs -> unit
Protected Overrides Sub OnDragEnter (e As ActivityDragEventArgs)
參數
那 ActivityDragEventArgs 就定義了操作事件參數。
例外狀況
e 包含一個空參考(Nothing 在 Visual Basic 中)。