.NET Framework Class Library
OnDoubleClick Class

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
OnDoubleClick Class

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

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

C#

public class OnDoubleClick : EventsObjT<MWEventIN.UserInterface.ONDOUBLECLICK, MWEventOUT.UserInterface.ONDOUBLECLICK>

Visual C++

public ref class OnDoubleClick : public EventsObjT<MWEventIN.UserInterface.ONDOUBLECLICK, MWEventOUT.UserInterface.ONDOUBLECLICK>

JavaScript

MwPDMApi.OnDoubleClick = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONDOUBLECLICK, MWEventOUT.UserInterface.ONDOUBLECLICK)
  MwPDMApi.OnDoubleClick

See Also

OnDoubleClick Members

MwPDMApi Namespace