.NET Framework Class Library
OnCancel Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnCancel Class

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

 Inherits EventsObjT(Of MWEventIN.DataForm.ONCANCELMWEventOUT.DataForm.ONCANCEL)

C#

public class OnCancel : EventsObjT<MWEventIN.DataForm.ONCANCELMWEventOUT.DataForm.ONCANCEL>

Visual C++

public ref class OnCancel : public EventsObjT<MWEventIN.DataForm.ONCANCELMWEventOUT.DataForm.ONCANCEL>

JavaScript

MwPDMApi.OnCancel = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.DataForm.ONCANCEL, MWEventOUT.DataForm.ONCANCEL)
  MwPDMApi.OnCancel

See Also

OnCancel Members

MwPDMApi Namespace