WorkflowDesignerMessageFilter::OnLayout Method (LayoutEventArgs^)

 

Occurs when child objects should be repositioned.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual void OnLayout(
	LayoutEventArgs^ eventArgs
)

Parameters

eventArgs
Type: System.Windows.Forms::LayoutEventArgs^

A LayoutEventArgs that contains information about the event.

OnLayout occurs when child objects should be repositioned within the parent container.

.NET Framework
Available since 3.0
Return to top
Show: