ViewBuilder(Model, Drawings, View, Sheet) Constructor

Standard constructor for a single view.
Public Sub New( _ 
ByVal model As Model, _ 
ByVal drawings As Drawings, _ 
ByVal view As View, _ 
ByVal sheet As Sheet
)
This language is not supported or no code example is available.
public ViewBuilder( 
Model model
Drawings drawings
View view
Sheet sheet 
)
This language is not supported or no code example is available.

Parameters

model
Model

The model for building the views.

drawings
Drawings

The drawings control containing sheets with views to rebuild.

view
View

The view to rebuild.

sheet
Sheet

The sheet to which the view belong to.

Remarks
 
If this will be added to a WorkManager<T> queue, ensures to have added a place holder for the view before.

.NET Framework

Supported in: 4.8

In this article

Definition