.NET Framework Class Library
OnOpenG Class

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
OnOpenG Class

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)

C#

public class OnOpenG : EventsObjT<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(
'MwPDMApi.OnOpenG',
MwPDMApi.EventsObjT`2);

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Document.ONOPENG, MWEventOUT.Document.ONOPENG)
  MwPDMApi.OnOpenG

See Also

OnOpenG Members

MwPDMApi Namespace