WorkflowView::ZoomChanged Event
.NET Framework (current version)
Occurs when the zoom setting for the WorkflowView changes.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The workflow view image is created as a bitmap.
The following code example demonstrates how you can assign a handler to the ZoomChanged event.
This code example is part of the Workflow Monitor SDK Sample from the ViewHost.cs file. For more information, see Workflow Monitor.
this.workflowViewValue = new WorkflowView(this.surface); this.workflowViewValue.ZoomChanged += new EventHandler(workflowViewValue_ZoomChanged);
.NET Framework
Available since 3.0
Available since 3.0
Show: