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