.NET Framework Class Library
ICustomEvent.Execute Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > ICustomEvent Interface > ICustomEvent Methods >

.NET Framework Class Library
ICustomEvent.Execute Method

Execute method is invoked when the related event is fired in MwPDM.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Function Execute ( _

 pVal As Application _
As Boolean

C#

bool Execute(

 Application pVal
)

Visual C++

bool Execute(

 ApplicationpVal
)

JavaScript

function execute(pVal);

Parameters

pVal

Type: MwPDMApi.Application
Application object

Return Value

true if execution is successful, false otherwise

Remarks

See Also

ICustomEvent Interface

ICustomEvent Members

MwPDMApi Namespace