.NET Framework Class Library
OnAbout Class
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
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( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONABOUT, MWEventOUT.UserInterface.ONABOUT)
MwPDMApi.OnAbout
See Also