.NET Framework Class Library
OnCommand Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnCommand Class

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

 Inherits EventsObjT(Of MWEventIN.UserInterface.ONCOMMANDMWEventOUT.UserInterface.ONCOMMAND)

C#

public class OnCommand : EventsObjT<MWEventIN.UserInterface.ONCOMMANDMWEventOUT.UserInterface.ONCOMMAND>

Visual C++

public ref class OnCommand : public EventsObjT<MWEventIN.UserInterface.ONCOMMANDMWEventOUT.UserInterface.ONCOMMAND>

JavaScript

MwPDMApi.OnCommand = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONCOMMAND, MWEventOUT.UserInterface.ONCOMMAND)
  MwPDMApi.OnCommand

See Also

OnCommand Members

MwPDMApi Namespace