.NET Framework Class Library
OnAddAttachment Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnAddAttachment Class

Event management: provides access to OnAddAttachment event (Database event specialization)

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Class OnAddAttachment _

Inherits EventsObjT(Of MWEventIN.Database.ONADDATTACHMENT, MWEventOUT.Database.ONADDATTACHMENT)

C#

public class OnAddAttachment : EventsObjT<MWEventIN.Database.ONADDATTACHMENT, MWEventOUT.Database.ONADDATTACHMENT>

Visual C++

public ref class OnAddAttachment : public EventsObjT<MWEventIN.Database.ONADDATTACHMENT, MWEventOUT.Database.ONADDATTACHMENT>

JavaScript

MwPDMApi.OnAddAttachment = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Database.ONADDATTACHMENT, MWEventOUT.Database.ONADDATTACHMENT)
  MwPDMApi.OnAddAttachment

See Also

OnAddAttachment Members

MwPDMApi Namespace