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