.NET Framework Class Library
OnOkFilter Class

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
OnOkFilter Class

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

Inherits EventsObjT(Of MWEventIN.DataForm.ONOKFILTER, MWEventOUT.DataForm.ONOKFILTER)

C#

public class OnOkFilter : EventsObjT<MWEventIN.DataForm.ONOKFILTER, MWEventOUT.DataForm.ONOKFILTER>

Visual C++

public ref class OnOkFilter : public EventsObjT<MWEventIN.DataForm.ONOKFILTER, MWEventOUT.DataForm.ONOKFILTER>

JavaScript

MwPDMApi.OnOkFilter = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.DataForm.ONOKFILTER, MWEventOUT.DataForm.ONOKFILTER)
  MwPDMApi.OnOkFilter

See Also

OnOkFilter Members

MwPDMApi Namespace