ActivityDesigner.OnResizing(ActivityDesignerResizeEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the ActivityDesigner when a user is visually resizing it at design time. The method is only called if the activity designer is a child of a FreeformActivityDesigner.
protected:
virtual void OnResizing(System::Workflow::ComponentModel::Design::ActivityDesignerResizeEventArgs ^ e);
protected virtual void OnResizing (System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs e);
abstract member OnResizing : System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs -> unit
override this.OnResizing : System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs -> unit
Protected Overridable Sub OnResizing (e As ActivityDesignerResizeEventArgs)
Parameters
The ActivityDesignerResizeEventArgs that contains the event data.
Remarks
e
specifies the DesignerEdges and new bounds being used for the resized ActivityDesigner.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.