.NET Framework Class Library
ICustomControl.UpdateData Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ICustomControl Interface > ICustomControl Methods > .NET Framework Class Library |
UpdateData method is invoked to align control with grid field/value (PDM -> control and viceversa)
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Sub UpdateData ( _ pVal As Application, _ |
C# |
|---|
void UpdateData( Application pVal, |
Visual C++ |
|---|
void UpdateData( Application^ pVal, |
JavaScript |
|---|
function updateData(pVal, PDMToUserControl); |
Parameters
pVal
Type: MwPDMApi.Application
Application object
PDMToUserControl
Type: System.Boolean
if true, the update occurs from PDM to UserControl data otherwise from UserControl to PDM data
Remarks
See Also