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