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