.NET Framework Class Library
OnCanRev Class
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
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) |
Visual C++ |
|---|
public ref class OnCanRev : public EventsObjT<MWEventIN.Revision.ONCANREV, MWEventOUT.Revision.ONCANREV> |
JavaScript |
|---|
MwPDMApi.OnCanRev = function(); Type.createClass( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.Revision.ONCANREV, MWEventOUT.Revision.ONCANREV)
MwPDMApi.OnCanRev
See Also