.NET Framework Class Library
OnOpenG Class
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
Event management: provides access to OnOpenG event (Document event specialization)
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Class OnOpenG _ Inherits EventsObjT(Of MWEventIN.Document.ONOPENG, MWEventOUT.Document.ONOPENG) |
Visual C++ |
|---|
public ref class OnOpenG : public EventsObjT<MWEventIN.Document.ONOPENG, MWEventOUT.Document.ONOPENG> |
JavaScript |
|---|
MwPDMApi.OnOpenG = function(); Type.createClass( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.Document.ONOPENG, MWEventOUT.Document.ONOPENG)
MwPDMApi.OnOpenG
See Also