.NET Framework Class Library
OnShowPreviewLabel Class

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace >

.NET Framework Class Library
OnShowPreviewLabel Class

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.ONSHOWPREVIEWLABELMWEventOUT.UserInterface.ONSHOWPREVIEWLABEL)

C#

public class OnShowPreviewLabel : EventsObjT<MWEventIN.UserInterface.ONSHOWPREVIEWLABELMWEventOUT.UserInterface.ONSHOWPREVIEWLABEL>

Visual C++

public ref class OnShowPreviewLabel : public EventsObjT<MWEventIN.UserInterface.ONSHOWPREVIEWLABELMWEventOUT.UserInterface.ONSHOWPREVIEWLABEL>

JavaScript

MwPDMApi.OnShowPreviewLabel = function();

Type.createClass(
 'MwPDMApi.OnShowPreviewLabel',
 MwPDMApi.EventsObjT`2);

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONSHOWPREVIEWLABEL, MWEventOUT.UserInterface.ONSHOWPREVIEWLABEL)
  MwPDMApi.OnShowPreviewLabel

See Also

OnShowPreviewLabel Members

MwPDMApi Namespace