.NET Framework Class Library
OnEdit Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnEdit Class

Event management: provides access to OnEdit event (DataForm event specialization)

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Class OnEdit _

 Inherits EventsObjT(Of MWEventIN.DataForm.ONEDITMWEventOUT.DataForm.ONEDIT)

C#

public class OnEdit : EventsObjT<MWEventIN.DataForm.ONEDITMWEventOUT.DataForm.ONEDIT>

Visual C++

public ref class OnEdit : public EventsObjT<MWEventIN.DataForm.ONEDITMWEventOUT.DataForm.ONEDIT>

JavaScript

MwPDMApi.OnEdit = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.DataForm.ONEDIT, MWEventOUT.DataForm.ONEDIT)
  MwPDMApi.OnEdit

See Also

OnEdit Members

MwPDMApi Namespace