.NET Framework Class Library
OnCheckout Class
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
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.ONCHECKOUT, MWEventOUT.Revision.ONCHECKOUT) |
C# |
|---|
public class OnCheckout : EventsObjT<MWEventIN.Revision.ONCHECKOUT, MWEventOUT.Revision.ONCHECKOUT> |
Visual C++ |
|---|
public ref class OnCheckout : public EventsObjT<MWEventIN.Revision.ONCHECKOUT, MWEventOUT.Revision.ONCHECKOUT> |
JavaScript |
|---|
MwPDMApi.OnCheckout = function(); Type.createClass( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.Revision.ONCHECKOUT, MWEventOUT.Revision.ONCHECKOUT)
MwPDMApi.OnCheckout
See Also