.NET Framework Class Library
OnFilter Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnFilter Class

Event management: provides access to OnFilter event (Browser event specialization)

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

Syntax

Visual Basic

Public Class OnFilter _

 Inherits EventsObjT(Of MWEventIN.Browser.ONFILTERMWEventOUT.Browser.ONFILTER)

C#

public class OnFilter : EventsObjT<MWEventIN.Browser.ONFILTERMWEventOUT.Browser.ONFILTER>

Visual C++

public ref class OnFilter : public EventsObjT<MWEventIN.Browser.ONFILTERMWEventOUT.Browser.ONFILTER>

JavaScript

MwPDMApi.OnFilter = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Browser.ONFILTER, MWEventOUT.Browser.ONFILTER)
  MwPDMApi.OnFilter

See Also

OnFilter Members

MwPDMApi Namespace