.NET Framework Class Library
OnDeleteRecord Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnDeleteRecord Class

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

 Inherits EventsObjT(Of MWEventIN.Database.ONDELETERECORDMWEventOUT.Database.ONDELETERECORD)

C#

public class OnDeleteRecord : EventsObjT<MWEventIN.Database.ONDELETERECORDMWEventOUT.Database.ONDELETERECORD>

Visual C++

public ref class OnDeleteRecord : public EventsObjT<MWEventIN.Database.ONDELETERECORDMWEventOUT.Database.ONDELETERECORD>

JavaScript

MwPDMApi.OnDeleteRecord = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Database.ONDELETERECORD, MWEventOUT.Database.ONDELETERECORD)
  MwPDMApi.OnDeleteRecord

See Also

OnDeleteRecord Members

MwPDMApi Namespace