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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.