.NET Framework Class Library
OnCheckout Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnCheckout Class

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

 Inherits EventsObjT(Of MWEventIN.Revision.ONCHECKOUTMWEventOUT.Revision.ONCHECKOUT)

C#

public class OnCheckout : EventsObjT<MWEventIN.Revision.ONCHECKOUTMWEventOUT.Revision.ONCHECKOUT>

Visual C++

public ref class OnCheckout : public EventsObjT<MWEventIN.Revision.ONCHECKOUTMWEventOUT.Revision.ONCHECKOUT>

JavaScript

MwPDMApi.OnCheckout = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONCHECKOUT, MWEventOUT.Revision.ONCHECKOUT)
  MwPDMApi.OnCheckout

See Also

OnCheckout Members

MwPDMApi Namespace