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