.NET Framework Class Library
OnSearchComponent Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnSearchComponent Class

Event management: provides access to OnSearchComponent event (CADSystem event specialization)

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

Syntax

Visual Basic

Public Class OnSearchComponent _

 Inherits EventsObjT(Of MWEventIN.CADSystem.ONSEARCHCOMPONENTMWEventOUT.CADSystem.ONSEARCHCOMPONENT)

C#

public class OnSearchComponent : EventsObjT<MWEventIN.CADSystem.ONSEARCHCOMPONENTMWEventOUT.CADSystem.ONSEARCHCOMPONENT>

Visual C++

public ref class OnSearchComponent : public EventsObjT<MWEventIN.CADSystem.ONSEARCHCOMPONENTMWEventOUT.CADSystem.ONSEARCHCOMPONENT>

JavaScript

MwPDMApi.OnSearchComponent = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.CADSystem.ONSEARCHCOMPONENT, MWEventOUT.CADSystem.ONSEARCHCOMPONENT)
  MwPDMApi.OnSearchComponent

See Also

OnSearchComponent Members

MwPDMApi Namespace