.NET Framework Class Library
OnReadOnlyComponentNotify Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnReadOnlyComponentNotify Class

Event management: provides access to OnReadOnlyComponentNotify event (CADSystem event specialization)

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

Syntax

Visual Basic

Public Class OnReadOnlyComponentNotify _

Inherits EventsObjT(Of MWEventIN.CADSystem.ONREADONLYCOMPONENTNOTIFY, MWEventOUT.CADSystem.ONREADONLYCOMPONENTNOTIFY)

C#

public class OnReadOnlyComponentNotify : EventsObjT<MWEventIN.CADSystem.ONREADONLYCOMPONENTNOTIFY, MWEventOUT.CADSystem.ONREADONLYCOMPONENTNOTIFY>

Visual C++

public ref class OnReadOnlyComponentNotify : public EventsObjT<MWEventIN.CADSystem.ONREADONLYCOMPONENTNOTIFY, MWEventOUT.CADSystem.ONREADONLYCOMPONENTNOTIFY>

JavaScript

MwPDMApi.OnReadOnlyComponentNotify = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.CADSystem.ONREADONLYCOMPONENTNOTIFY, MWEventOUT.CADSystem.ONREADONLYCOMPONENTNOTIFY)
  MwPDMApi.OnReadOnlyComponentNotify

See Also

OnReadOnlyComponentNotify Members

MwPDMApi Namespace