.NET Framework Class Library
OnViewDWG Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnViewDWG Class

Event management: provides access to OnViewDWG event (UserInterface event specialization)

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Class OnViewDWG _

Inherits EventsObjT(Of MWEventIN.UserInterface.ONVIEWDWG, MWEventOUT.UserInterface.ONVIEWDWG)

C#

public class OnViewDWG : EventsObjT<MWEventIN.UserInterface.ONVIEWDWG, MWEventOUT.UserInterface.ONVIEWDWG>

Visual C++

public ref class OnViewDWG : public EventsObjT<MWEventIN.UserInterface.ONVIEWDWG, MWEventOUT.UserInterface.ONVIEWDWG>

JavaScript

MwPDMApi.OnViewDWG = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONVIEWDWG, MWEventOUT.UserInterface.ONVIEWDWG)
  MwPDMApi.OnViewDWG

See Also

OnViewDWG Members

MwPDMApi Namespace