.NET Framework Class Library
OnNewRev Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnNewRev Class

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

 Inherits EventsObjT(Of MWEventIN.Revision.ONNEWREVMWEventOUT.Revision.ONNEWREV)

C#

public class OnNewRev : EventsObjT<MWEventIN.Revision.ONNEWREVMWEventOUT.Revision.ONNEWREV>

Visual C++

public ref class OnNewRev : public EventsObjT<MWEventIN.Revision.ONNEWREVMWEventOUT.Revision.ONNEWREV>

JavaScript

MwPDMApi.OnNewRev = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONNEWREV, MWEventOUT.Revision.ONNEWREV)
  MwPDMApi.OnNewRev

See Also

OnNewRev Members

MwPDMApi Namespace