.NET Framework Class Library
OnFilterRev Class
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
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( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.Revision.ONFILTERREV, MWEventOUT.Revision.ONFILTERREV)
MwPDMApi.OnFilterRev
See Also