.NET Framework Class Library
OnApproveMasterDrawing Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnApproveMasterDrawing Class

Event management: provides access to OnApproveMasterDrawing event (NeutralFormat event specialization)

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

Syntax

Visual Basic

Public Class OnApproveMasterDrawing _

 Inherits EventsObjT(Of MWEventIN.NeutralFormat.ONAPPROVEMASTERDRAWINGMWEventOUT.NeutralFormat.ONAPPROVEMASTERDRAWING)

C#

public class OnApproveMasterDrawing : EventsObjT<MWEventIN.NeutralFormat.ONAPPROVEMASTERDRAWINGMWEventOUT.NeutralFormat.ONAPPROVEMASTERDRAWING>

Visual C++

public ref class OnApproveMasterDrawing : public EventsObjT<MWEventIN.NeutralFormat.ONAPPROVEMASTERDRAWINGMWEventOUT.NeutralFormat.ONAPPROVEMASTERDRAWING>

JavaScript

MwPDMApi.OnApproveMasterDrawing = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.NeutralFormat.ONAPPROVEMASTERDRAWING, MWEventOUT.NeutralFormat.ONAPPROVEMASTERDRAWING)
  MwPDMApi.OnApproveMasterDrawing

See Also

OnApproveMasterDrawing Members

MwPDMApi Namespace