.NET Framework Class Library
OnSearch Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnSearch Class

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

 Inherits EventsObjT(Of MWEventIN.Browser.ONSEARCHMWEventOUT.Browser.ONSEARCH)

C#

public class OnSearch : EventsObjT<MWEventIN.Browser.ONSEARCHMWEventOUT.Browser.ONSEARCH>

Visual C++

public ref class OnSearch : public EventsObjT<MWEventIN.Browser.ONSEARCHMWEventOUT.Browser.ONSEARCH>

JavaScript

MwPDMApi.OnSearch = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.Browser.ONSEARCH, MWEventOUT.Browser.ONSEARCH)
  MwPDMApi.OnSearch

See Also

OnSearch Members

MwPDMApi Namespace