.NET Framework Class Library
ICustomControl.Commit Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > ICustomControl Interface > ICustomControl Methods > .NET Framework Class Library |
Commit method is invoked in Data Input Ok execution when all validations are ok
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Sub Commit ( _ pVal As Application _ |
C# |
|---|
void Commit( Application pVal |
Visual C++ |
|---|
void Commit( Application^ pVal |
JavaScript |
|---|
function commit(pVal); |
Parameters
pVal
Type: MwPDMApi.Application
Application object
Remarks
See Also