.NET Framework Class Library
Events.Options Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Events Class > Events Methods >

.NET Framework Class Library
Events.Options Method

Get Options 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 Options ( _

 ctx As MWEvent.Options _
As Object

C#

public Object Options(

 MWEvent.Options ctx
)

Visual C++

public:

ObjectOptions(
 MWEvent.Options ctx
)

JavaScript

function options(ctx);

Parameters

ctx

Type: MwPDMApi.MWEvent.Options
Options event identifier

Return Value

Specialized Options event object

Remarks

See Also

Events Class

Events Members

MwPDMApi Namespace