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