.NET Framework Class Library
Events.DBWArm Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Events Class > Events Methods >

.NET Framework Class Library
Events.DBWArm Method

Get DBWArm event object related to given identifier, to allow specific event data management.

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

Syntax

Visual Basic

Public Function DBWArm ( _

 ctx As MWEvent.DBWArm _
As Object

C#

public Object DBWArm(

 MWEvent.DBWArm ctx
)

Visual C++

public:

ObjectDBWArm(
 MWEvent.DBWArm ctx
)

JavaScript

function dbwArm(ctx);

Parameters

ctx

Type: MwPDMApi.MWEvent.DBWArm
DBWArm event identifier

Return Value

Specialized DBWArm event object

Remarks

See Also

Events Class

Events Members

MwPDMApi Namespace