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