.NET Framework Class Library
OnFreeze Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnFreeze Class

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

 Inherits EventsObjT(Of MWEventIN.Revision.ONFREEZEMWEventOUT.Revision.ONFREEZE)

C#

public class OnFreeze : EventsObjT<MWEventIN.Revision.ONFREEZEMWEventOUT.Revision.ONFREEZE>

Visual C++

public ref class OnFreeze : public EventsObjT<MWEventIN.Revision.ONFREEZEMWEventOUT.Revision.ONFREEZE>

JavaScript

MwPDMApi.OnFreeze = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Revision.ONFREEZE, MWEventOUT.Revision.ONFREEZE)
  MwPDMApi.OnFreeze

See Also

OnFreeze Members

MwPDMApi Namespace