.NET Framework Class Library
OnFilterUids Class
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > .NET Framework Class Library |
Event management: provides access to OnFilterUids event (Database event specialization)
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Class OnFilterUids _ Inherits EventsObjT(Of MWEventIN.Database.ONFILTERUIDS, MWEventOUT.Database.ONFILTERUIDS) |
C# |
|---|
public class OnFilterUids : EventsObjT<MWEventIN.Database.ONFILTERUIDS, MWEventOUT.Database.ONFILTERUIDS> |
Visual C++ |
|---|
public ref class OnFilterUids : public EventsObjT<MWEventIN.Database.ONFILTERUIDS, MWEventOUT.Database.ONFILTERUIDS> |
JavaScript |
|---|
MwPDMApi.OnFilterUids = function(); Type.createClass( |
Remarks
Inheritance Hierarchy
System.Object
MwPDMApi.EventsObjT(MWEventIN.Database.ONFILTERUIDS, MWEventOUT.Database.ONFILTERUIDS)
MwPDMApi.OnFilterUids
See Also