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