.NET Framework Class Library
OnOpen Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnOpen Class

Event management: provides access to OnOpen 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 OnOpen _

 Inherits EventsObjT(Of MWEventIN.Document.ONOPENMWEventOUT.Document.ONOPEN)

C#

public class OnOpen : EventsObjT<MWEventIN.Document.ONOPENMWEventOUT.Document.ONOPEN>

Visual C++

public ref class OnOpen : public EventsObjT<MWEventIN.Document.ONOPENMWEventOUT.Document.ONOPEN>

JavaScript

MwPDMApi.OnOpen = function();

Type.createClass(
 'MwPDMApi.OnOpen',
 MwPDMApi.EventsObjT`2);

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Document.ONOPEN, MWEventOUT.Document.ONOPEN)
  MwPDMApi.OnOpen

See Also

OnOpen Members

MwPDMApi Namespace