.NET Framework Class Library
OnCheckIfMajorRev Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnCheckIfMajorRev Class

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

 Inherits EventsObjT(Of MWEventIN.Revision.ONCHECKIFMAJORREVMWEventOUT.Revision.ONCHECKIFMAJORREV)

C#

public class OnCheckIfMajorRev : EventsObjT<MWEventIN.Revision.ONCHECKIFMAJORREVMWEventOUT.Revision.ONCHECKIFMAJORREV>

Visual C++

public ref class OnCheckIfMajorRev : public EventsObjT<MWEventIN.Revision.ONCHECKIFMAJORREVMWEventOUT.Revision.ONCHECKIFMAJORREV>

JavaScript

MwPDMApi.OnCheckIfMajorRev = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONCHECKIFMAJORREV, MWEventOUT.Revision.ONCHECKIFMAJORREV)
  MwPDMApi.OnCheckIfMajorRev

See Also

OnCheckIfMajorRev Members

MwPDMApi Namespace