.NET Framework Class Library
OnAbout Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnAbout Class

Event management: provides access to OnAbout event (UserInterface event specialization)

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

Syntax

Visual Basic

Public Class OnAbout _

Inherits EventsObjT(Of MWEventIN.UserInterface.ONABOUT, MWEventOUT.UserInterface.ONABOUT)

C#

public class OnAbout : EventsObjT<MWEventIN.UserInterface.ONABOUT, MWEventOUT.UserInterface.ONABOUT>

Visual C++

public ref class OnAbout : public EventsObjT<MWEventIN.UserInterface.ONABOUT, MWEventOUT.UserInterface.ONABOUT>

JavaScript

MwPDMApi.OnAbout = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONABOUT, MWEventOUT.UserInterface.ONABOUT)
  MwPDMApi.OnAbout

See Also

OnAbout Members

MwPDMApi Namespace