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