.NET Framework Class Library
OnCommand Class
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > .NET Framework Class Library |
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.ONCOMMAND, MWEventOUT.UserInterface.ONCOMMAND) |
C# |
|---|
public class OnCommand : EventsObjT<MWEventIN.UserInterface.ONCOMMAND, MWEventOUT.UserInterface.ONCOMMAND> |
Visual C++ |
|---|
public ref class OnCommand : public EventsObjT<MWEventIN.UserInterface.ONCOMMAND, MWEventOUT.UserInterface.ONCOMMAND> |
JavaScript |
|---|
MwPDMApi.OnCommand = function(); Type.createClass( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONCOMMAND, MWEventOUT.UserInterface.ONCOMMAND)
MwPDMApi.OnCommand
See Also