See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Update the control on the preview pane.
This is used when changing from the Entities pane (where entity details are edited) to the Forms pane.
Namespace: NTier.AppWizard.FormsAssembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public void UpdatePreviewPane(
bool updateOnlyIfControlTypeChange
) |
Visual Basic |
---|
Public Sub UpdatePreviewPane (
updateOnlyIfControlTypeChange As Boolean
) |
Visual C++ |
---|
public:
void UpdatePreviewPane(
bool updateOnlyIfControlTypeChange
) |
See Also