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