.NET Framework Class Library
OnSave Class

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
OnSave Class

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

Inherits EventsObjT(Of MWEventIN.Document.ONSAVE, MWEventOUT.Document.ONSAVE)

C#

public class OnSave : EventsObjT<MWEventIN.Document.ONSAVE, MWEventOUT.Document.ONSAVE>

Visual C++

public ref class OnSave : public EventsObjT<MWEventIN.Document.ONSAVE, MWEventOUT.Document.ONSAVE>

JavaScript

MwPDMApi.OnSave = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Document.ONSAVE, MWEventOUT.Document.ONSAVE)
  MwPDMApi.OnSave

See Also

OnSave Members

MwPDMApi Namespace