.NET Framework Class Library
MWEvent.Document Enumeration
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
List of MwPDM Document events
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Enumeration Document |
C# |
|---|
public enum Document |
Visual C++ |
|---|
public enum class Document |
JavaScript |
|---|
MwPDMApi.Document = function(); MwPDMApi.Document.createEnum('MwPDMApi.Document', false); |
Members
Member name |
Value |
Description |
|
|---|---|---|---|
DATAENTR |
0 |
||
ONADDDOCUMENT |
1 |
||
ONOPEN |
2 |
||
ONOPENG |
3 |
||
ONSAVE |
4 |
||
ONSAVEAS |
5 |
||
OPENDOC |
6 |
||
ONCLOSE |
7 |
Remarks
See Also