.NET Framework Class Library
OnUnCheckout Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnUnCheckout Class

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

Inherits EventsObjT(Of MWEventIN.Revision.ONUNCHECKOUT, MWEventOUT.Revision.ONUNCHECKOUT)

C#

public class OnUnCheckout : EventsObjT<MWEventIN.Revision.ONUNCHECKOUT, MWEventOUT.Revision.ONUNCHECKOUT>

Visual C++

public ref class OnUnCheckout : public EventsObjT<MWEventIN.Revision.ONUNCHECKOUT, MWEventOUT.Revision.ONUNCHECKOUT>

JavaScript

MwPDMApi.OnUnCheckout = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONUNCHECKOUT, MWEventOUT.Revision.ONUNCHECKOUT)
  MwPDMApi.OnUnCheckout

See Also

OnUnCheckout Members

MwPDMApi Namespace