.NET Framework Class Library
OnDrop Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnDrop Class

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

 Inherits EventsObjT(Of MWEventIN.UserInterface.ONDROPMWEventOUT.UserInterface.ONDROP)

C#

public class OnDrop : EventsObjT<MWEventIN.UserInterface.ONDROPMWEventOUT.UserInterface.ONDROP>

Visual C++

public ref class OnDrop : public EventsObjT<MWEventIN.UserInterface.ONDROPMWEventOUT.UserInterface.ONDROP>

JavaScript

MwPDMApi.OnDrop = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONDROP, MWEventOUT.UserInterface.ONDROP)
  MwPDMApi.OnDrop

See Also

OnDrop Members

MwPDMApi Namespace