.NET Framework Class Library
OnOpen Class
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
Event management: provides access to OnOpen event (Document event specialization)
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Class OnOpen _ Inherits EventsObjT(Of MWEventIN.Document.ONOPEN, MWEventOUT.Document.ONOPEN) |
Visual C++ |
|---|
public ref class OnOpen : public EventsObjT<MWEventIN.Document.ONOPEN, MWEventOUT.Document.ONOPEN> |
JavaScript |
|---|
MwPDMApi.OnOpen = function(); Type.createClass( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.Document.ONOPEN, MWEventOUT.Document.ONOPEN)
MwPDMApi.OnOpen
See Also