.NET Framework Class Library
ICustomControl Members
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > ICustomControl Interface > .NET Framework Class Library |
The ICustomControl type exposes the following members.
Methods
|
Name |
Description |
|---|---|---|
|
Cancel method is invoked when Cancel is pressed in the Data Input dialog |
|
|
Commit method is invoked in Data Input Ok execution when all validations are ok |
|
|
UpdateData method is invoked to align control with grid field/value (PDM -> control and viceversa) |
|
|
ValidateData method is invoked in Data Input PRE-Ok execution to implement related data check. The OK execution continues only if all registered controls return TRUE in their data validation. When a registered control returns FALSE, the validation and OK-execution are interrupted and the involved tab is shown |
See Also