.NET Framework Class Library
OnUnCheckoutRecord Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnUnCheckoutRecord Class

Event management: provides access to OnUnCheckoutRecord event (Revision event specialization)

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

Syntax

Visual Basic

Public Class OnUnCheckoutRecord _

 Inherits EventsObjT(Of MWEventIN.Revision.ONUNCHECKOUTRECORDMWEventOUT.Revision.ONUNCHECKOUTRECORD)

C#

public class OnUnCheckoutRecord : EventsObjT<MWEventIN.Revision.ONUNCHECKOUTRECORDMWEventOUT.Revision.ONUNCHECKOUTRECORD>

Visual C++

public ref class OnUnCheckoutRecord : public EventsObjT<MWEventIN.Revision.ONUNCHECKOUTRECORDMWEventOUT.Revision.ONUNCHECKOUTRECORD>

JavaScript

MwPDMApi.OnUnCheckoutRecord = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONUNCHECKOUTRECORD, MWEventOUT.Revision.ONUNCHECKOUTRECORD)
  MwPDMApi.OnUnCheckoutRecord

See Also

OnUnCheckoutRecord Members

MwPDMApi Namespace