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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.