.NET Framework Class Library
OnPreviewFileNotFound Class

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace >

.NET Framework Class Library
OnPreviewFileNotFound Class

Event management: provides access to OnPreviewFileNotFound 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 OnPreviewFileNotFound _

Inherits EventsObjT(Of MWEventIN.UserInterface.ONPREVIEWFILENOTFOUND, MWEventOUT.UserInterface.ONPREVIEWFILENOTFOUND)

C#

public class OnPreviewFileNotFound : EventsObjT<MWEventIN.UserInterface.ONPREVIEWFILENOTFOUND, MWEventOUT.UserInterface.ONPREVIEWFILENOTFOUND>

Visual C++

public ref class OnPreviewFileNotFound : public EventsObjT<MWEventIN.UserInterface.ONPREVIEWFILENOTFOUND, MWEventOUT.UserInterface.ONPREVIEWFILENOTFOUND>

JavaScript

MwPDMApi.OnPreviewFileNotFound = function();

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

Remarks

Inheritance Hierarchy

System.Object

MwPDMApi.EventsObjT(MWEventIN.UserInterface.ONPREVIEWFILENOTFOUND, MWEventOUT.UserInterface.ONPREVIEWFILENOTFOUND)
  MwPDMApi.OnPreviewFileNotFound

See Also

OnPreviewFileNotFound Members

MwPDMApi Namespace