.NET Framework Class Library
OnClose Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnClose Class

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

 Inherits EventsObjT(Of MWEventIN.Document.ONCLOSEMWEventOUT.Document.ONCLOSE)

C#

public class OnClose : EventsObjT<MWEventIN.Document.ONCLOSEMWEventOUT.Document.ONCLOSE>

Visual C++

public ref class OnClose : public EventsObjT<MWEventIN.Document.ONCLOSEMWEventOUT.Document.ONCLOSE>

JavaScript

MwPDMApi.OnClose = function();

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

Remarks

Available starting from R15 release.

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Document.ONCLOSE, MWEventOUT.Document.ONCLOSE)
  MwPDMApi.OnClose

See Also

OnClose Members

MwPDMApi Namespace