WorkflowDesignerMessageFilter::OnMouseCaptureChanged Method ()
.NET Framework (current version)
Occurs when the items selected by dragging the mouse changes.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
OnMouseCaptureChanged occurs when the items selected by dragging the mouse changes.
The following code example shows how to override the OnMouseCaptureChanged method to return false so that other components in the designer architecture can process the method.
This code example is part of the Basic Designer Hosting SDK Sample from the DesignerShell.cs file. For more information, seeBasic Designer Hosting.
.NET Framework
Available since 3.0
Available since 3.0
WorkflowDesignerMessageFilter Class
System.Workflow.ComponentModel.Design Namespace
Basic Designer Hosting
Show: