.NET Framework Class Library
OnFilterRev Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnFilterRev Class

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

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

C#

public class OnFilterRev : EventsObjT<MWEventIN.Revision.ONFILTERREV, MWEventOUT.Revision.ONFILTERREV>

Visual C++

public ref class OnFilterRev : public EventsObjT<MWEventIN.Revision.ONFILTERREV, MWEventOUT.Revision.ONFILTERREV>

JavaScript

MwPDMApi.OnFilterRev = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONFILTERREV, MWEventOUT.Revision.ONFILTERREV)
  MwPDMApi.OnFilterRev

See Also

OnFilterRev Members

MwPDMApi Namespace