.NET Framework Class Library
OnApprove Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnApprove Class

Event management: provides access to OnApprove event (Revision event specialization)

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

Syntax

Visual Basic

Public Class OnApprove _

Inherits EventsObjT(Of MWEventIN.Revision.ONAPPROVE, MWEventOUT.Revision.ONAPPROVE)

C#

public class OnApprove : EventsObjT<MWEventIN.Revision.ONAPPROVE, MWEventOUT.Revision.ONAPPROVE>

Visual C++

public ref class OnApprove : public EventsObjT<MWEventIN.Revision.ONAPPROVE, MWEventOUT.Revision.ONAPPROVE>

JavaScript

MwPDMApi.OnApprove = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONAPPROVE, MWEventOUT.Revision.ONAPPROVE)
  MwPDMApi.OnApprove

See Also

OnApprove Members

MwPDMApi Namespace