.NET Framework Class Library
OnCanRev Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnCanRev Class

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

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

C#

public class OnCanRev : EventsObjT<MWEventIN.Revision.ONCANREV, MWEventOUT.Revision.ONCANREV>

Visual C++

public ref class OnCanRev : public EventsObjT<MWEventIN.Revision.ONCANREV, MWEventOUT.Revision.ONCANREV>

JavaScript

MwPDMApi.OnCanRev = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONCANREV, MWEventOUT.Revision.ONCANREV)
  MwPDMApi.OnCanRev

See Also

OnCanRev Members

MwPDMApi Namespace